Lookup Wallet
This endpoint allows you to look up the balance of a child wallet by ID or name.
Lookup Wallet By Wallet ID
GET
https://api.sendwyre.com/v2/wallet/{walletId}
Path Parameters
Name
Type
Description
walletId
string
ID of the Wallet
Example
Lookup Wallet By Name
GET
https://api.sendwyre.com/v2/wallet/
Path Parameters
Name
Type
Description
name
string
Name of the wallet
Example
Last updated
Was this helpful?