This endpoint retrieves a chronological list of all transactions for a specific user. It provides detailed information on each transaction, including the date, time, amount, and type of transaction, allowing users to track their financial activity.
Success Response
Unauthorized
Error
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": "1ef3c8b7-8b65-6784-912a-b7cc10fee72f",
- "category": "non_user_initiated",
- "type": "reward",
- "credited_at": "2024-04-21T18:05:21Z",
- "transactions": [
- {
- "id": "1ef3c8b7-8b65-6784-912a-b7cc10fee72f",
- "direction": "incoming",
- "fiat_id": "ea96ccef-edee-11eb-9bf0-06502b1fe55d",
- "asset_id": "ea8962d5-edee-11eb-9bf0-06502b1fe55d",
- "fiat_int": 1,
- "asset_int": 5,
- "fiat_amount": "10.00",
- "asset_amount": "0.11045080",
- "asset_price": "24.74633041",
- "tax_amount": "0.003",
- "spread": "0.3",
- "offer_id": "648bc8ac-faad-4162-8916-4f6a6a7ea88c"
}
]
}
], - "meta": {
- "cursor": "MjAyNC0wNS0yM1QwODo0NTo1OS42MjVa",
- "size": 10
}
}