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>" } ] }
User session token
List of transactions
Show child attributes