Returns the relayer’s supported payment tokens and fee collector address for specified chains.
Gelato API key for authentication.
Successful response
Map of chain IDs to their capabilities
{
"1": {
"feeCollector": "0x55f3a93f544e01ce4378d25e927d7c493b863bd6",
"tokens": [
{
"address": "0x0000000000000000000000000000000000000000",
"decimals": 18
},
{
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals": 6
}
]
},
"137": {
"feeCollector": "0x55f3a93f544e01ce4378d25e927d7c493b863bd6",
"tokens": [
{
"address": "0x0000000000000000000000000000000000000000",
"decimals": 18
},
{
"address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"decimals": 6
}
]
}
}