Base URLs
Authentication
All endpoints require:Idempotency
Mutating endpoints supportIdempotency-Key.
Use idempotency keys for:
POST /ordersPOST /orders/{orderId}/withdrawPOST /orders/{orderId}/offers/{offerId}/selectPOST /orders/{orderId}/offers/{offerId}/declinePOST /orders/{orderId}/payments/initiatePOST /orders/{orderId}/payments/finalizePOST /orders/{orderId}/messagesPOST /webhook-endpointsDELETE /webhook-endpoints/{endpointId}

