X-API-Key: ********************
{ }
curl --location --request POST 'https://api.entrswap.io/v2/bridge/tokens' \ --header 'X-API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ }'
{ "chainId_key": { "tokenAddress_key": { "address": "string", "chainId": 0, "decimals": 0, "destinations": { "destinationChainId": {}, "addresses": [ "string" ] }, "is_active": true, "logoURI": "string", "name": "string", "priority": 0, "symbol": "string" } } }