v1

latestOpenAPI 3.1.02026-07-1421034.9 KB

getBalance

Get your merchant wallet assets with corresponding balance

get/getBalance

Headers

AUTHORIZATIONstring required

Your merchant private API key

Response

200

Example response

{
  "wallets": [
    {
      "asset": "TON",
      "blockchain": "TON",
      "network": "mainnet"
    }
  ]
}