An enumeration.
avalanche
arbitrum
base
berachain
binance
ethereum
mantle
monad
solana
sonic
0xe785e0899e7acd50a55f6b517f1f9c46574c9d7c
GET /v1/rewards/history/{chain}/{user_address} HTTP/1.1 Host: api.lfj.dev Accept: */*
Successful Response
[ { "epoch": 1, "epochStart": 1, "epochEnd": 1, "progress": 1, "rewards": [ { "amount": "text", "tokenAddress": "text" } ] } ]
GET /v1/rewards/claimable/{chain}/{user_address} HTTP/1.1 Host: api.lfj.dev Accept: */*
[ { "market": "text", "epoch": 1, "claimableRewards": [ { "amount": "text", "tokenAddress": "text" } ] } ]
GET /v1/rewards/{chain}/{user_address} HTTP/1.1 Host: api.lfj.dev Accept: */*
[ "text" ]
POST /v1/rewards/batch-proof/{chain}/{user_address} HTTP/1.1 Host: api.lfj.dev Content-Type: application/json Accept: */* Content-Length: 54 { "batch": [ { "market": "text", "epoch": 1, "token": "text" } ] }
[ [ "text" ] ]