@somnia-chain/markets-sdk / index / getVaultPayoutFallbacks
Function: getVaultPayoutFallbacks()
getVaultPayoutFallbacks(
owner,opts?,indexerUrl):Promise<VaultPayoutFallback[]>
Defined in: query.ts:2620
An owner's vault-credit fallback history, newest first — optionally scoped to one token, paginated. The live claimable balance is a chain read (getVaultBalance); this is the append-only credit log.
Parameters
owner
string
opts?
token?
string
limit?
number
offset?
number
indexerUrl
string
Returns
Promise<VaultPayoutFallback[]>