curl --request POST \
--url https://api.copper.co/platform/blockchain/validate-address \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"currency": "<string>",
"mainCurrency": "<string>",
"memo": "<string>"
}
'{
"valid": true,
"address": "<string>",
"currency": "<string>",
"mainCurrency": "<string>",
"memo": "<string>"
}curl --request POST \
--url https://api.copper.co/platform/blockchain/validate-address \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"currency": "<string>",
"mainCurrency": "<string>",
"memo": "<string>"
}
'{
"valid": true,
"address": "<string>",
"currency": "<string>",
"mainCurrency": "<string>",
"memo": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.copper.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?