curl --request GET \
--url https://admin.snagsolutions.io/api/token_claims/{id}{
"proof": "<any>",
"totalAllocation": 123,
"tokenClaimId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"walletAddress": "<string>"
}Get a token claim by id
curl --request GET \
--url https://admin.snagsolutions.io/api/token_claims/{id}{
"proof": "<any>",
"totalAllocation": 123,
"tokenClaimId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"walletAddress": "<string>"
}Was this page helpful?