GET
/
transactions
Try to get claim signature without known transaction
curl --request GET \
  --url https://api-v2.boost.xyz/transactions
[
  {
    "signature": "<string>",
    "claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
    "incentiveId": 123
  }
]

Query Parameters

boostId
string
required

BoostID in format chainId:boostCoreAddress:identifier

Example:

"8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1"

address
string
required

The address of the user attempting to generate a claim

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

Response

Successfully found valid transaction and generated a claim signature

signature
string
required

Claim signature that can be used with the Boost Protocol V2's claim/claimIncentiveFor methods

claimant
string
required

The address for the user making the claim

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

incentiveId
number
required

The index of the incentive being claimed, typically 0