Skip to main content
GET
/
api
/
agent
/
routes
List payment routes
curl --request GET \
  --url https://dash.getopenrails.com/api/agent/routes
{
  "routes": [
    {
      "id": "<string>",
      "label": "<string>",
      "integrationId": "<string>",
      "integrationLabel": "<string>",
      "network": "<string>",
      "asset": "<string>",
      "score": 123,
      "payerLabel": "<string>",
      "eta": "<string>",
      "buyerFeeRate": 123,
      "gatewayFeeRate": 123,
      "providerCostRate": 123,
      "kycPolicy": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getopenrails.com/llms.txt

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

Response

200 - application/json

Available routes

ok
enum<boolean>
required
Available options:
true
routes
object[]
required