Get transactions
Lists transaction history. Provide either starting_after_cursor or ending_before_cursor (not both) for cursor-based pagination.
Query parameters
Number of transactions to return (1-100, default 10)
Filter for transactions after this UNIX timestamp (exclusive)
Filter for transactions before this UNIX timestamp (exclusive)
string with format 'txc_base62_encoded_id' used for paginating a query to GET /v1/transactions
Cursor for forward pagination
string with format 'txc_base62_encoded_id' used for paginating a query to GET /v1/transactions
Cursor for backward pagination
Sort field. Prefix with - for descending order. Default: -transaction_time. Valid sort fields are:
Filter transactions by type (e.g. buy_order)
Response
Successfully retrieved transactions
Example response
{
"object": "list",
"data": [
{
"object": "transaction",
"transaction_time": 1640995200,
"amount_cents": 50000,
"details": {
"object": "transaction_details"
}
}
]
}Changes
Changed in 8 of the 44 revisions of this API.1510
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
subschema #5subschema #6to the//response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed
subschema #5subschema #6from the//response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 54 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
subschema #5subschema #6to the//response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed
subschema #5subschema #6from the//response propertyoneOflist for the response statusresponse-property-one-of-removed
- ▲
- ▲
added
subschema #5subschema #6to the//response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed
subschema #5subschema #6from the//response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 54 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
subschema #5subschema #6to the//response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed
subschema #5subschema #6from the//response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
subschema #6to the//response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
added the new enum value
sell_orderto thequeryrequest parametertransaction_typerequest-parameter-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
- ○