curl --request POST \
--url https://api.enterprise.sandbox.uphold.com/core/networks/{network}/validate-address \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "tb1qgu0gacn9pqpnvlqclvdwyz4gfgxz8pptfz4emt"
}
'
{
"isValid": true
}
Assets
Validate network address
Validate an address for a specific network.
POST
/
core
/
networks
/
{network}
/
validate-address
curl --request POST \
--url https://api.enterprise.sandbox.uphold.com/core/networks/{network}/validate-address \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "tb1qgu0gacn9pqpnvlqclvdwyz4gfgxz8pptfz4emt"
}
'
{
"isValid": true
}
Authorizations
OAuth 2.0 authentication.
Path Parameters
The network code.
Minimum string length:
1Body
application/json
Was this page helpful?