💰Claimables
Find out whether an account has claimables waiting around. Claimables are any kind of on-chain actions an account can perform with positive outcome. Examples of this are yield that can be claimed.
Claimable markets represent a diverse array of opportunities within the cryptocurrency ecosystem where users can claim various forms of rewards or incentives. These markets are a fundamental aspect of decentralized finance (DeFi) platforms and protocols, offering participants the chance to earn additional tokens or benefits.
Claimables are actively claimable resources for a specific account.
The Claimables API
List all Claimables for a specific address
This endpoint allows you to concurrently fetch all supported claimables for a specific address.
Parameters to include or exclude are possible. The argument for these parameters are the protocol slugs
An example can be found here: https://claimables.decentri.fi/0xf18adf71266411FF39FfC268843c9A64b3292d86
Get Claimables for a specific address.
GET
https://claimables.decentri.fi/{address}
This call gets all possible claimables for an address.
Path Parameters
Name | Type | Description |
---|---|---|
address* | String | address of the user |
Query Parameters
Name | Type | Description |
---|---|---|
include | Array<String> | what protocols to include |
exclude | Array<String> | what protocols to exclude |
The Native Decentrifi API
Did you know you can also use the native API to get Claimables for specific protocols?
Fetch claimables pertaining to specific account for a protocol.
GET
https://api.decentri.fi/{protocol}/{address}/claimables
Path Parameters
Name | Type | Description |
---|---|---|
protocol* | String | slug of the protocol |
address* | String | address of the account |
Last updated