Lookup Wallet

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

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" }
Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json