Get trade details

The endpoint returns the trades’s details based on their user ID.

SecuritybearerAuth
Request
path Parameters
Trade-ID
required
string <uuid>

Trade ID

Responses
200

Get trade details

401

Error

404

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v2/trades/details/{Trade-ID}
Request samples
Response samples
application/json
{
  • "data": {
    }
}