Get Wallet

Get a wallet by its identifier

Get a Wallet by name

You can also use this endpoint to get a wallet by its unique name.

//GET 'https://api.testwyre.com/v2/wallet?name=your-unique-wallet-name-identifier'
curl --request GET \
     --url https://api.testwyre.com/v2/wallet \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '{"name":"your-unique-wallet-name-identifier"}'
Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!