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

FieldDescriptionTypeMandatory
nameCurrency namestringY
currency_codeCurrency codestringY
chainidChain IDstringY
testnetNetwork TESTNETbooleanN
tokenCurrency is token (only for Crypto)booleanN
contractAddress Contract (only for Crypto)stringN