List Portfolio Transactions
Lists the user’s portfolio transactions, including swap activity, price trigger swap activity, earn rewards, and deposits when requested.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
ID of the account the request applies to. This refers to one of the accounts held by the user the request is acting on behalf of (typically the user's main account, but any of the user's accounts is accepted). Routes the request to that specific account container. Canonical identifier for an account in the Payward public API.
14 - 42Query Parameters
Opaque page token returned by a previous response's next_page_token. Omit to start from the beginning.
1 - 256Filter for transaction types
simple_order, simple_order_failed, price_trigger_swap, price_trigger_swap_failed, earn_reward, deposit Number of transactions to return per page. Defaults to 20 if not specified. Maximum 25.
1 <= x <= 25Filter transactions by specific assets. Each entry is an asset reference with symbol and type. Encode using indexed deep-object syntax, e.g. ?assets[0][symbol]=BTC&assets[0][type]=crypto&assets[1][symbol]=USDT&assets[1][type]=stablecoin.
Start of the time window (inclusive). Only results whose timestamp is greater than or equal to start_timestamp are returned.
End of the time window (inclusive). Only results whose timestamp is less than or equal to end_timestamp are returned.
Filter transactions by their status
Filter criteria for transaction status in query results.
in_progress, successful, failed, no_status, uncategorized Filter transactions by specific transaction IDs
A unique identifier for a portfolio transaction.
Direction of the sort. Use asc for ascending order (oldest first); desc for the inverse.
asc, desc Fiat asset to use for quoting amounts and fees in the response. Defaults to USD. Quoting is best-effort based on rates at transaction time. If quoting is unavailable, quoted fields will be null.
16Classification of the quote asset. Currently only fiat is supported.
fiat Response
Response
List of portfolio transactions matching the query parameters
The asset used as the quote currency for all amount_in_quote fields. Echoes the quote_symbol query parameter (or its default).
16Classification of the quote asset. Echoes the quote_type query parameter (or its default).
fiat Opaque token for the next page of results. Absent when there are no more pages.
1 - 256