cURL
curl --request POST \ --url https://oracle.checkpoint.exchange/claim/deposit \ --header 'Content-Type: application/json' \ --data ' { "address": "0x69155e7ca2e688ccdc247f6c4ddf374b3ae77bd6", "pointsId": 1 } '
{ "success": true, "claim": { "address": "0x69155e7ca2e688ccdc247f6c4ddf374b3ae77bd6", "protocol": "Jumper Exchange", "amount": "1000", "expiry": "1697654400", "nonce": "5" }, "signature": "0xabc123def456..." }
Verify a user’s current points and get a signature for a deposit transaction
The user's wallet address
"0x69155e7ca2e688ccdc247f6c4ddf374b3ae77bd6"
The points protocol ID as a string or integer
1
Successful claim verification
true
Show child attributes
"0xabc123def456..."
Was this page helpful?