Get Supported Chains
Example
curl -X GET 'https://api.gateway.zert.com/api/v1/chains' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"data": {
"chains": [
{
"id": "eth-mainnet",
"name": "Ethereum Mainnet"
},
{
"id": "polygon-mainnet",
"name": "Polygon"
}
]
},
"meta": {
"requestId": "req_xyz",
"timestamp": "2026-04-23T12:00:00.000Z"
}
}Responses
Code
Description
Last updated


