👛
Wallets
The following endpoints provide APIs to allow you to manage a user's wallets. A connected wallet is required in order for a user to begin making crypto purchases.
Additionally, a wallet can be given a nickname, for example
Ratio Wallet
, to help with differentiation. This can be done when the wallet is connected, or by calling our update endpoint.get
https://api.ratio.me
/v1/users/{userId}/wallets
This returns the wallets for a user
post
https://api.ratio.me
/v1/users/{userId}/wallets
This connects a wallet to a user
get
https://api.ratio.me
/v1/users/{userId}/wallets/{walletId}
This returns the specified wallet for a user
patch
https://api.ratio.me
/v1/users/{userId}/wallets/{walletId}
This updates a wallet for a user
Last modified 7d ago