v1

latestOpenAPI 3.1.02026-07-1421034.9 KB

getAsset

Get asset details

get/getAsset

Headers

AUTHORIZATIONstring required

Your merchant private API key

Request body

Response

200

assetstring
blockchainstring
usd_pricestring
urlstring
networksstring[]
coingecko_idstring
deposit_minimumstring
deposit_enabledboolean
withdrawal_minimumstring
withdrawal_enabledboolean
withdrawal_fee_percentagestring
withdrawal_fee_fixedstring

Example response

{
  "asset": "TON",
  "blockchain": "TON",
  "usd_price": "1.719999999999999973",
  "url": "https://ton.org",
  "networks": [
    "mainnet"
  ],
  "coingecko_id": "the-open-network",
  "deposit_minimum": "0.500000000000000000",
  "deposit_enabled": true,
  "withdrawal_minimum": "0.500000000000000000",
  "withdrawal_enabled": true,
  "withdrawal_fee_percentage": "0.02800",
  "withdrawal_fee_fixed": "0.000000000000000000"
}