Trading
List purchase history
Your purchase history, newest first, with keyset pagination. Filter by time window and status. Pass meta.next_cursor back as cursor to walk older pages; next_cursor is null on the last page.
GET
List purchase history
Authorizations
Send your key as a Bearer token on every request: Authorization: Bearer csb_pub_.... Generate keys in your CSBoard profile.
Query Parameters
Results per page. 1–100. Default 50.
Required range:
1 <= x <= 100Only orders created at or after this Unix timestamp (seconds).
Only orders created at or before this Unix timestamp (seconds).
Filter by order status.
Available options:
completed, hold, delivering, pending, cancelled, failed Keyset cursor from a previous response's meta.next_cursor.