Skip to main content
GET
/
core
/
networks
List networks
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/core/networks \
  --header 'Authorization: Bearer <token>'
{
  "networks": [
    {
      "code": "bitcoin",
      "name": "Bitcoin",
      "type": "crypto",
      "logo": "https://cdn.uphold.com/assets/BTC.svg",
      "exampleAddress": "tb1qgu0gacn9pqpnvlqclvdwyz4gfgxz8pptfz4emt",
      "explorer": {
        "addressUrl": "https://mempool.space/testnet/tx/<hash>",
        "txUrl": "https://mempool.space/testnet/address/<hash>"
      }
    },
    {
      "code": "xrp-ledger",
      "name": "XRP Ledger",
      "type": "crypto",
      "logo": "https://cdn.uphold.com/assets/XRP.svg",
      "exampleAddress": "rPjTZfLP3Qxwwd2xvXSALJzEFmmf7bEYgh",
      "reference": {
        "type": "destination-tag"
      },
      "explorer": {
        "addressUrl": "https://testnet.xrpl.org/accounts/<hash>,",
        "txUrl": "https://testnet.xrpl.org/transactions/<hash>"
      }
    },
    {
      "code": "visa",
      "name": "VISA",
      "type": "card"
    },
    {
      "code": "mastercard",
      "name": "Mastercard",
      "type": "card"
    },
    {
      "code": "fps",
      "name": "Faster Payment System",
      "reference": {
        "type": "payment-reference"
      },
      "type": "bank"
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Response

200 - application/json

Networks retrieved.

networks
(Crypto · object | Card · object | Bank · object)[]
required
  • Crypto
  • Card
  • Bank