cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/wallet/v2/coins \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-From: <x-forwarded-from>' \ --data '"<string>"'
{ "success": true, "code": 200, "msg": "Success", "data": [ { "coinKey": "<string>", "chain": "<string>", "coinFullName": "<string>", "coinName": "<string>", "showCoinDecimal": 123, "coinDecimal": 123, "blockChainShowName": "<string>", "browser": "<string>", "txRefUrl": "<string>", "contractAddress": "<string>", "enableDeposit": true, "enableWithdraw": true, "confirmations": 123, "enabled": true, "chainKey": "<string>", "chainSymbol": "<string>", "decimalPrecision": 123, "minDepositAmount": 123, "maxDepositAmount": 123, "depositFee": 123, "withdrawalFee": 123, "confirmationRequirement": 123, "isErc20Token": true, "supportedNetworks": [ "<string>" ], "iconUrl": "<string>", "active": true } ] }
Query supported coins and chains
User agent
Forwarded for
Client application identifier
"client-app"
Tenant ID
Device ID
Platform
Empty request body
The body is of type string.
string
Successful response
Coin list response
Success flag
true
Response code
200
Response message
"Success"
Coin data
Show child attributes