Get Merchant Asset Data
Enabling Tokens
GET /1.0/merchant/asset?id=UUID{
"id": "uuid", // Asset UUID
"wallet": "0x0000000000000000000000000000000000000000", // Merchant asset wallet address
"feePercent": "5", // Metchant asset fee in percent
"feeUsd": "1", // Merchant asset fee in USD
"balance": "0", // Merchant asset balance
"balanceInUsd": "0", // Merchant asset balance in USD
"balanceForWithdrawal": "0", // Merchant asset balance that available for withdrawal
"crypto": { // Asset cryto
"id": "uuid", // Crypto UUID
"title": "Tether USD", // Crypto title
"symbol": "USDT" // Crypto symbol
"contractAddress": "0x0000000000000000000000000000000000000000" // Crypto contract address
"decimals": 6 // Crypto decimals
"logoURI": "https://..." // Crypto logo URI
},
"network": { // Asset network
"id": "UUID", // Network UUID
"title": "Ethereum", // Network title
"symbol": "ETH", // Network symbol
"chainId": "1" // Network chain ID
"chainType": "evm" // Network type
},
"createdAt": "2025-01-01 00:00:00" // Asset datetime creation (UTC+0)
}Last updated