For the complete documentation index, see llms.txt. This page is also available as Markdown.

Verify Token

This endpoint gives you the access to redeem your token and credit your wallet for fund access per transaction. On the other hand, see the QuickStart guide Step 3 and Step 4 to learn how we handle and automate token redemption to ensure you are credited.

POST {{base_url}}/token/verify

Fields with * are required

Headers

Name
Type
Description

Authorization*

String

Bearer {{your_secret_key}}

Request Body

Name
Type
Description

token*

String

8-length alphanumeric token

{
    "success": false,
    "error": "Error in request",
    "message": "That token is currently unavailable; ensure you are providing the correct token."
}

Last updated