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
[
  {
    "dstChain": "<string>",
    "dstToken": "<string>",
    "srcChain": "<string>",
    "srcToken": "<string>"
  }
]

Response

200 - application/json

Get all supported routes

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