v2
latestOpenAPI 3.1.02026-08-01170225.5 KBBoost
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
Example response
[
{
"boostId": "8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1",
"claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"referrer": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}
]