Retrieve transactions. This endpoint allows partners to fetch the transactions, using pagination.
Get transactions details
Unauthorized
Validation error
Internal Server Error
{- "data": [
- {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "amount": "100.00",
- "fiat_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
- "type": "withdrawal",
- "status": "created",
- "error_details": "transaction.expired",
- "created_at": "2024-06-07T15:04:05Z"
}
]
}