cURL
curl --request GET \ --url https://gateway.architect.exchange/api/transactions \ --header 'Authorization: Bearer <token>'
{ "transactions": [ { "amount": "<string>", "event_id": "<string>", "symbol": "<string>", "timestamp": "2023-11-07T05:31:56Z", "transaction_type": "<string>", "user_id": "<string>", "reference_id": "<string>" } ], "limit": 1, "next_cursor": "<string>", "total_count": 1 }
User session token
x >= 0
Timestamp sort direction (defaults to desc).
desc
asc
List of transactions
Page metadata for cursor-paged responses.
This is intended for response bodies (not query params).
Show child attributes