@somnia-chain/markets-sdk / index / getFundingPayments
Function: getFundingPayments()
getFundingPayments(
account,opts?,indexerUrl):Promise<FundingPayment[]>
Defined in: query.ts:2708
An account's funding-payment history, newest first — optionally scoped to one pool, paginated.
Parameters
account
string
opts?
pool?
string
limit?
number
offset?
number
indexerUrl
string
Returns
Promise<FundingPayment[]>