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

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

network
string
required

The network code.

Minimum length: 1

Response

200
application/json
Network retrieved.
network
object
required