Retrieve snapshots of multiple subaccounts at multiple points in time. Each snapshot is a view of the subaccount's balances at this point in time, with tracked variables for interest, funding, etc.
Retrieves referral code for an address
Retrieves funding rate for a product, where 1 = 100%
Retrieves funding rate for multiple products, where 1 = 100%
Retrieves latest mark/index price for a perp product
Retrieves latest mark/index price for multiple perp products
Retrieves latest oracle prices for provided products
Retrieves candlesticks for a product
Retrieves candlesticks for a product from Edge
Retrieves historical snapshots for a product
Retrieves historical snapshots for multiple products
Retrieves historical events
Retrieves historical orders
Gets match order events, this will return the same events as the events query, but with additional information to identify the order that was matched
Retrieves historical funding & interest payments.
NOTE: limit
is an upperbound. If a user changes position size such that his position is 0 during each funding/interest tick,
then the indexer will return fewer than limit
results per page. However, more events can be present. This means that
there isn't a reliable way to determine whether there is a next page. We just need to keep paginating until the next cursor is null.
Gets quote (USDC) price in terms of USD
Fetches currently registered linked signer with the remaining txs allowed for the subaccount
Retrieve historical market snapshots
Retrieve historical market snapshots from Edge
Retrieve maker statistics for a given epoch
Retrieve leaderboard stats for a given contest
Retrieve leaderboard ranking of a subaccount on a given contest
Attempts to update a user's registration to the provided contestId
. This requires signing.
Retrieves the registration status for a leaderboard participant for provided contestId
.
Retrieve metadata of provided leaderboard contests
Retrieve signature and tx to submit a fast withdrawal
Get all interest funding payments for a given subaccount with the standard pagination response
This is a simple wrapper over the underlying getInterestFundingPayments
function. Very little
additional processing is needed because the endpoint is well structured for pagination
Paginated leaderboard query that paginates on rank number.
Indexer client providing paginated queries for historical data from the Nado indexer service