Get Trading Pairs
Query parameters
Parameter
Type
Required
Description
Example
Example
curl -X GET 'https://api.gateway.zert.com/api/v1/pairs?chainRef=eth-mainnet&tokenIn=USDC&limit=20' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"data": {
"pairs": [
{
"fromChain": "eth-mainnet",
"toChain": "eth-mainnet",
"tokenIn": "USDC",
"tokenOut": "USDT"
}
],
"nextCursor": null
},
"meta": {
"requestId": "req_xyz",
"timestamp": "2026-04-23T12:00:00.000Z"
}
}Pair fields
Field
Type
Description
Responses
Code
Description
Last updated


