v1
latestOpenAPI 3.0.32026-07-2210020.3 KBofts
Get list of available OFTs with their deployments across chains
get/list
Query parameters
chainNamesstring
Comma-separated list of chain names to filter by
Example:ethereum,arbitrum,optimism,base
Comma-separated list of chain names to filter by
symbolsstring
Comma-separated list of token symbols to filter by
Example:ZRO,USDT0,XAUT0,WBTC
Comma-separated list of token symbols to filter by
protocolsstring
Comma-separated list of protocol names to filter by
Example:wBTC,ZRO Token,USDT0
Comma-separated list of protocol names to filter by
contractAddressesstring
Comma-separated list of contract addresses to filter by
Example:0x6985884c4392d348587b19cb9eaaf157f13271cd,0x6c96de32cea08842dcc4058c14d3aaad7fa41dee
Comma-separated list of contract addresses to filter by
Response
Successfully retrieved OFT list
object required
Record of token symbols to their OFT configurations
Example response
{
"ZRO": [
{
"name": "ZRO Token",
"sharedDecimals": 6,
"endpointVersion": "v2",
"deployments": {
"ethereum": {
"address": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
"localDecimals": 18,
"type": "OFT"
},
"arbitrum": {
"address": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
"localDecimals": 18,
"type": "OFT"
},
"optimism": {
"address": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
"localDecimals": 18,
"type": "OFT"
},
"base": {
"address": "0x6985884c4392d348587b19cb9eaaf157f13271cd",
"localDecimals": 18,
"type": "OFT"
}
}
}
]
}