Authorizations
OAuth 2.0 authentication.
Response
200 - application/json
Networks retrieved.
- Crypto
- Card
- Bank
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"
}
]
}List networks supported by the platform.
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"
}
]
}OAuth 2.0 authentication.
Networks retrieved.
Show child attributes