GET
/
api
/
token_claims
/
{id}
/
proof
Get token claim proof
curl --request GET \
  --url https://admin.snagsolutions.io/api/token_claims/{id}/proof \
  --header 'X-API-KEY: <api-key>'
{
  "proof": "<any>",
  "totalAllocation": 123,
  "tokenClaimId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "walletAddress": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Query Parameters

walletAddress
string
required
id
string<uuid>
required

Response

200
application/json

200

The response is of type object.