GET
/
signatures
curl --request GET \
  --url https://api-v2.boost.xyz/signatures
[
  {
    "signature": "<string>",
    "claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
    "incentiveId": 123
  }
]

Query Parameters

txHash
string
required

Hex in format 0x[0-9a-fA-F]{64}

boostId
string
required

BoostID in format chainId:boostCoreAddress:identifier

Example:

"8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1"

claimData
any

Additional encoded claim data to submit along with the transaction for a claim

Response

200
application/json
Successfully generated a claim signature

The response is of type object[].