get https://api.sendwyre.com/v2/wallet/:walletId
Look up a Wallet by Id
API Endpoint
GET https://api.sendwyre.com/v2/wallet/:walletId
Params
Path Parameter | type | description | required |
---|---|---|---|
walletId | String | id of the wallet | true |
Look up a Wallet by name
name
Building the request
When building your request you'll need to use a JSON request body:
name
- Your identifier for the user
API Endpoint
GET https://api.sendwyre.com/v2/wallet
Params
key | type | description | required |
---|---|---|---|
name | String | Your unique identifier | true |
//GET 'https://api.sendwyre.com/v2/wallet'
{
"name":"your-unique-wallet-name-identifier"
}