Crypto action details

Retrieve details for crypto actions based on the provided ID.

SecuritybearerAuth
Request
path Parameters
id
required
string <uuid>

Unique identifier for crypto action allocated to the user

Responses
200

Get crypto action details

401

Unauthorized

404

Transaction not found

500

Error

get/v1/crypto-actions/{id}
Request samples
Response samples
application/json
{
  • "data": {
    }
}