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

Response

200 - application/json

Get all supported routes

dstChain
string
required

Destination chain (e.g. bob)

dstToken
string
required

Destination token address

srcChain
string
required

Source chain (e.g. bitcoin)

srcToken
string
required

Source token address