GET
/
core
/
rails
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/core/rails \
  --header 'Authorization: Bearer <token>'
{
  "rails": [
    {
      "type": "crypto",
      "network": "bitcoin",
      "asset": "BTC",
      "decimals": 8,
      "features": [
        "deposit",
        "withdraw"
      ]
    },
    {
      "type": "crypto",
      "network": "ethereum",
      "asset": "USDC",
      "decimals": 6,
      "features": [
        "deposit",
        "withdraw"
      ],
      "contractAddress": "0xd6d663b601D63a0d1A651D61847Ec8134Eb3a3CF"
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Query Parameters

asset
string

Filter rails by asset code.

Minimum length: 1
network
string

Filter rails by network code.

Minimum length: 1

Response

200
application/json
Rails retrieved.
rails
object[]