X-API-Key: ********************
{
}
curl --location --request POST 'https://api.entrswap.io/v2/bridge/tokens' \
--header 'Content-Type: application/json' \
--header 'X-API-Key;' \
--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"
}
}
}