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

Authorizations

Authorization
string
header
required

A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.

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[].