Detail of Currency
{
"name": string,
"currency_code": string,
"chainid": string,
"testnet": boolean,
"token": boolean,
"contract": string
}
{
"name": "Euro",
"currency_code": "EUR",
"chainid": ""
}
{
"name": "Ethereum",
"currency_code": "ETH",
"chainid": "1"
}
{
"name": "USD Coin",
"currency_code": "USDC",
"chainid": "97",
"testnet": true,
"token": true,
"contract": "0x64544969ed7EBf5f083679233325356EbE738930"
}
Currency Object
Field | Description | Type | Mandatory |
---|---|---|---|
name | Currency name | string | Y |
currency_code | Currency code | string | Y |
chainid | Chain ID | string | Y |
testnet | Network TESTNET | boolean | N |
token | Currency is token (only for Crypto) | boolean | N |
contract | Address Contract (only for Crypto) | string | N |