Get Wallet Details
Read on obtaining information on added individual wallet accounts
You can retrieve details about a user's wallet using this API.
GET /users/{{userId}}/funds/{{wallet_id}}
GET /users/{{userId}}/funds/{{wallet_id}}
Field
Type
Description
balance.available_balance
Numeric
Balance available for transfer
balance.balance
Numeric
Total balance in the wallet including the transactions in transition
funding_source_type
String
Type of funding source. "WALLET"
id
String
Unique wallet ID once a wallet is successfully created
nick_name
String
Nickname for the wallet
user_id
UUID
ID of the wallet user
verification_status
String
Status of wallet. Wallet in verified status can only be used for transfers
Last updated