The endpoint returns the trades’s details based on their user ID.
Get trade details
Error
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": {
- "id": "abcc89ac-1290-426f-8de0-4c7b40b91d3a",
- "user_id": "abcc89ac-1290-426f-8de0-4c7b40b91d3b",
- "type": "buy",
- "status": "finished",
- "initiated_by": "user",
- "fiat_id": "abcc89ac-1290-426f-8de0-4c7b40b91d3c",
- "asset_id": "abcc89ac-1290-426f-8de0-4c7b40b91d3d",
- "fiat_amount": "1.89",
- "asset_amount": "0.00060120",
- "tax_amount": "0.10",
- "total_amount": "1.99",
- "asset_price": "11278.15044158",
- "time": "2022-09-30T14:56:45+03:00",
- "external_transaction_id": "abc-ext-123-123",
- "fiat_symbol": "EUR",
- "asset_symbol": "BTC",
- "gross_fee": "11278.15044158",
- "taxable_amount": "1.99",
- "capital_gain": "1.99",
- "error": {
- "error_code": "insufficient.wallet.balance",
- "error_message": "Not enough funds to execute the trade."
}
}
}