Skip to main content
GET
/
core
/
networks
/
{network}
Get network
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/core/networks/{network} \
  --header 'Authorization: Bearer <token>'
{
  "network": {
    "code": "bitcoin",
    "name": "Bitcoin",
    "type": "crypto",
    "exampleAddress": "tb1qgu0gacn9pqpnvlqclvdwyz4gfgxz8pptfz4emt",
    "explorer": {
      "addressUrl": "https://mempool.space/testnet/tx/<hash>",
      "txUrl": "https://mempool.space/testnet/address/<hash>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.uphold.com/llms.txt

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

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

network
string
required

The network code.

Minimum string length: 1

Response

Network retrieved.

network
Crypto · object
required