Lookup Wallet

Look up a Wallet by Id

API Endpoint

GET https://api.sendwyre.com/v2/wallet/:walletId

Params

Path Parametertypedescriptionrequired
walletIdStringid of the wallettrue

Look up a Wallet by 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

keytypedescriptionrequired
nameStringYour unique identifiertrue
//GET 'https://api.sendwyre.com/v2/wallet'

{
   "name":"your-unique-wallet-name-identifier"
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!