Get transactions
Lists transaction history. Provide either starting_after_cursor or ending_before_cursor (not both) for cursor-based pagination.
Authorizations
Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Query Parameters
Number of transactions to return (1-100, default 10)
x >= 0Filter for transactions after this UNIX timestamp (exclusive)
Filter for transactions before this UNIX timestamp (exclusive)
Cursor for forward pagination string with format 'txc_base62_encoded_id' used for paginating a query to GET /v1/transactions
txc_[0-9a-zA-Z]+Cursor for backward pagination string with format 'txc_base62_encoded_id' used for paginating a query to GET /v1/transactions
txc_[0-9a-zA-Z]+Sort field. Prefix with - for descending order. Default: -transaction_time. Valid sort fields are:
transaction_time, -transaction_time, amount, -amount Filter transactions by type (e.g. buy_order)
stripe_card_payment, manual_payment, credit_grant, refund, buy_order, sell_order