Verify Address Ownership
POST
/api/v2/analytics/verification/chains/{chain}/addresses/{address}
Generates a secure link that can be sent to the user to verify ownership of a specified wallet address. The user completes the verification by signing a message confirming they control the wallet.
This feature is currently in testing and will be available in production soon.
Path Parameters
Name
Type
Description
Required
chain
string
Blockchain network name. Example: bitcoin
True
address
string
Unique blockchain identifier. Example: 1JjYpRXfPntVEJqAjxsYmvFjjJBdJyaJ2k
True
Sample Request
curl -X POST https://sandbox.ospree.io/api/v2/analytics/verification/chains/bitcoin/addresses/1Q8QR5k32hexiMQnRgkJ6fmmjn5fMWhdv9
-h 'Content-Type: application/json' \
-h 'Accept: application/json' \
-h 'Authorization: ••••••' \
Last updated