GET
/
v2
/
payments
/
rails
/
crypto
curl --request GET \
  --url https://api.cdp.coinbase.com/platform/v2/payments/rails/crypto
[
  {
    "name": "USD Coin",
    "currency": "USDC",
    "networks": [
      {
        "name": "base",
        "chainId": 8453,
        "contractAddress": "0xd9aa0e1babc7397f2c6cb2f9b6edb6f6953b4d62"
      }
    ],
    "actions": [
      "source",
      "target"
    ]
  }
]

Query Parameters

networks
string

Comma separated list of networks to filter the rails by.

Example:

"base,ethereum"

Response

200
application/json

Successfully retrieved crypto rails.

The response is of type object[].