Skip to main content
GET
Get Trade

Overview

Retrieve details for a specific trade by its ID. Only trades where you are the buyer or seller are accessible. This endpoint requires authentication with an API key that has Read scope.

Authentication

string
required
Your API key with Read or Trade scope

Path Parameters

string
required
The unique trade identifier (UUID)Example: 660e8400-e29b-41d4-a716-446655440000

Request Examples

Response

boolean
required
Indicates if the request was successful
string
required
Human-readable response message
object
required
Trade details
string
ISO 8601 timestamp of the response

Success Response

Error Responses

Notes

  • You can only access trades where you are either the buyer or the seller. Attempting to access a trade you are not party to will return a 404 response.
  • The side and order_id fields are relative to your user. If you were the buyer, side is "buy" and order_id is your buy order’s ID.

Rate Limits

  • 100 requests per minute per API key

Next Steps

List Trades

View all your trades

List Order Trades

View trades for a specific order