get https://api.testwyre.com/v2/wallet/
Get a wallet by its identifier
Get a Wallet by name
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"}'