Skip to main content
GET
/
v2
/
get-routes
Get all supported routes (v2).
curl --request GET \
  --url https://gateway-api-mainnet.gobob.xyz/v2/get-routes \
  --header 'Authorization: Bearer <token>'
[
  {
    "dstChain": "<string>",
    "dstToken": "<string>",
    "srcChain": "<string>",
    "srcToken": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Get all supported routes

dstChain
string
required
dstToken
string
required
srcChain
string
required
srcToken
string
required