Skip to main content
POST
/
api
/
external
/
v1
/
allocations
/
off-chain-claim
Off-Chain Claim
curl --request POST \
  --url https://app.magna.so/api/external/v1/allocations/off-chain-claim \
  --header 'Content-Type: application/json' \
  --header 'x-magna-api-token: <api-key>' \
  --data '
{
  "tokenId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "walletAddress": "<string>",
  "message": "<string>",
  "signature": "<string>"
}
'
{
  "isProcessed": true,
  "result": {
    "processed": true
  }
}

Authorizations

x-magna-api-token
string
header
required

Body

application/json
tokenId
string<uuid>
required
Minimum string length: 1
walletAddress
string
required
Minimum string length: 1
message
string
required
Minimum string length: 1
signature
string
required
Minimum string length: 1

Response

Successful response

isProcessed
boolean
result
any

Endpoint-specific result payload.