curl --request GET \ --url 'https://openapi.msu.io/v1rc1/accounts/{walletAddress}/currencies' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "currency": [] } }
Retrieve only internally defined currencies and balances for a given wallet address
Show properties