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

Query Parameters

boostId
string
required

BoostID in format chainId:boostCoreAddress:identifier System reward ID in the format chainId:boostCoreAddress:identifier

Example:

"8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1"

address
string
required

The address of the user attempting to generate a claim

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

referrer
string

The referrer's address

Example:

"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"

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"

referrer
string
required

The address of the referrer

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

incentiveId
number
required

The index of the incentive being claimed, typically 0