v1

latestOpenAPI 3.0.32026-07-263871106.2 KB
Wallets

Get Wallet Pool Total Claims

Returns combined total claimed fees and rewards for a wallet in a specific pool

get/wallets/{wallet}/pools/{pool_address}/total_claims

Path parameters

walletstring required

Base58-encoded wallet address

pool_addressstring required

Base58-encoded pool address

Response

fee_claim_countinteger required
last_fee_claim_timestring date-time
last_reward_claim_timestring date-time
pool_addressstring required
reward_claim_countinteger required
total_claims_solstring required
total_claims_usdstring required
total_fee_xstring required
total_fee_x_solstring required
total_fee_x_usdstring required
total_fee_ystring required
total_fee_y_solstring required
total_fee_y_usdstring required
total_reward_xstring required
total_reward_x_solstring required
total_reward_x_usdstring required
total_reward_ystring required
total_reward_y_solstring required
total_reward_y_usdstring required
user_addressstring required

Example response

{
  "last_fee_claim_time": "2024-01-15T12:00:00Z",
  "last_reward_claim_time": "2024-01-15T12:00:00Z"
}