cURL
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>" } } }
Retrieve a network by code.
OAuth 2.0 authentication.
The network code.
1
Network retrieved.
Show child attributes
The unique code of the network.
The name of the network.
The type of the network.
crypto
The logo of the network.
An example address for the network.
The reference used for the network, if any.
The type of reference.
destination-tag
memo
Details for exploring the blockchain.
The URL to view address details.
The URL to view transaction details.