Retrieve details for crypto actions based on the provided ID.
Get crypto action details
Unauthorized
Transaction not found
Error
{- "data": {
- "id": "12c34f56-1234-abca-1efa-12379349f123",
- "type": "merger_crypto",
- "credited_at": "2024-12-15T09:00:01+01:00",
- "transactions": [
- {
- "id": "12c34f56-1234-abca-1efa-12379349f123",
- "type_defined_for": "asset",
- "direction": "outgoing",
- "asset": {
- "id": "1ef135f0-440b-6304-8c10-6b2e5a069bd0",
- "amount": "1817.55314307"
}, - "fiat": {
- "id": "ea895d94-edee-11eb-9bf0-06502b1fe55d",
- "amount": "123.29"
}
}, - {
- "id": "ff30827b-cf70-485f-b302-1d9dd6968a0a",
- "type_defined_for": "asset",
- "direction": "incoming",
- "asset": {
- "id": "1ef135f0-440b-6304-8c10-6b2e5a069bd1",
- "amount": "100.012"
}, - "fiat": {
- "id": "ea895d94-edee-11eb-9bf0-06502b1fe55d",
- "amount": "123.29"
}
}
]
}
}