BOB Gateway

Get all supported routes (V4).

GET
/v4/get-routes

Response Body

application/json

curl -X GET "https://example.com/v4/get-routes"
[  {    "dstChain": "string",    "dstToken": "string",    "srcChain": "string",    "srcToken": "string"  }]