v1

latestOpenAPI 3.1.02026-07-26399062.0 KB
api-gateway

Returns historical funding transactions for the authenticated user, newest first by default, paged via the response cursor. The time range is optional and unbounded; an inverted range (end_timestamp_ns <= start_timestamp_ns) is rejected with a 400. A query too expensive to serve is also rejected with a 400 asking the caller to narrow the range. Pages may be returned partial.

get/funding-transactions

Query parameters

account_idstring nullable

Optional account ID. If omitted, default (primary) user account is used.

symbolstring nullable
end_timestamp_nsinteger nullable
start_timestamp_nsinteger nullable
cursorstring nullable
limitinteger nullable
sort_ts'asc' | 'desc'

Sort order/direction.

  • asc: ascending order per field type (e.g. lexicographic, numeric, etc.)
  • desc: descending order per field type

Response

List of funding transactions

limitinteger nullable
next_cursorstring nullable
total_countinteger nullable