v2

latestOpenAPI 3.1.02026-08-01170225.5 KB
Boost

Get claimable signatures for an address

Returns all signatures for an address that have not yet been used to claim their associated boost.

get/signatures/claimable/{address}

Path parameters

addressstring required

The wallet address to find claimable signatures for

Example:0x378632819f39c74c4f56b1429e760739c5fb51b7

Response

Claimable signatures for the given address

boostIdstring required

The boost ID associated with the signature

signaturestring required

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

claimantstring required

The address for the user making the claim

incentiveIdnumber required

The index of the incentive being claimed

referrerstring required

The address of the referrer

Example response

[
  {
    "boostId": "8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1",
    "claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
    "referrer": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
  }
]