@somnia-chain/markets-sdk / index / FundingPayment
Type Alias: FundingPayment
FundingPayment =
object
Defined in: packages/sdk/src/perp/history.ts:22
A signed funding payment (mirror of the indexer FundingPayment entity).
amount is signed raw collateral (negative = paid, positive = received).
Properties
id
id:
string
Defined in: packages/sdk/src/perp/history.ts:24
Payment id (${txHash}_${logIndex}).
account
account:
string
Defined in: packages/sdk/src/perp/history.ts:26
Account (lowercased).
pool
pool:
string|null
Defined in: packages/sdk/src/perp/history.ts:28
Perp pool (lowercased); null when unlinked.
amount
amount:
string
Defined in: packages/sdk/src/perp/history.ts:30
Signed funding payment (raw collateral; positive = received, negative = paid).
timestamp
timestamp:
string
Defined in: packages/sdk/src/perp/history.ts:32
Timestamp (unix seconds) the funding settled.
txHash
txHash:
string
Defined in: packages/sdk/src/perp/history.ts:34
Tx hash the settlement landed in.