GET /api/v1/p2p/orders/{id}
Retrieve detailed information about a specific P2P order, including payment details and counterparty info. Only the buyer or seller of the order can access this endpoint.
Authentication
Required. Pass a Bearer token in the Authorization header. The authenticated user must be a party to the order.
Request
| Parameter | Type | In | Description |
|---|---|---|---|
id | integer | path | The order ID |
Example
curl https://example.com/api/v1/p2p/orders/101 \
-H "Authorization: Bearer <token>"