Skip to main content
GET
/
v1
/
transit
/
routes
List Transit routes
curl --request GET \
  --url https://api.paxoslabs.com/v1/transit/routes \
  --header 'x-api-key: <api-key>'
{
  "routes": [
    {
      "srcChainId": 1,
      "destChainEID": 30184,
      "offerAsset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
      "wantAsset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "tokenMetadataMap": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key in format: pxl_<public_id>_

Query Parameters

filter
string

AIP-160 filter expression. Supported keys: sourceChainId, destChainId, offerAsset, wantAsset.

Example:

"sourceChainId=1 AND destChainId=8453"

Response

routes
object[]
required