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

Documentation Index

Fetch the complete documentation index at: https://distributedcrafts.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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