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",
 - "crypto_action_id": "12c34f56-1234-abca-1efa-12379349f123",
 - "type": "merger_crypto",
 - "type_defined_for": "asset",
 - "direction": "incoming",
 - "credited_at": "2024-12-15T09:00:01+01:00",
 - "asset": {
- "id": "9a8e2316-c808-4ae2-bc67-110d372f94e4",
 - "amount": "0.62",
 - "price": "83.19"
 
}, - "fiat": {
- "id": "ea96ccef-edee-11eb-9bf0-06502b1fe55d",
 - "amount": "1.89"
 
} 
} 
}