Skip to main content
GET
Get claimable signatures for an address

Path Parameters

address
string
required

The wallet address to find claimable signatures for

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

Response

200 - application/json

Claimable signatures for the given address

boostId
string
required

The boost ID associated with the signature

Example:

"8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1"

signature
string
required

Claim signature that can be used with the Boost Protocol V2 claim methods

claimant
string
required

The address for the user making the claim

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

incentiveId
number
required

The index of the incentive being claimed

referrer
string
required

The address of the referrer

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"