Orders
Partner API key for authentication. Required for all partner account endpoints.
Order UUID returned by the initiate endpoint
b2c3d4e5-f6a7-8901-bcde-f12345678901Order retrieved successfully
Indicates if the request was successful
trueUnauthorized — invalid or missing API key
Order not found or does not belong to this partner
Internal server error
Get transfer authorization parameters
Partner API key for authentication. Required for all partner account endpoints.
Order UUID
Transfer authorization parameters returned
Indicates if the request was successful
trueUnauthorized
No order with this id belongs to your partner account.
The order exists but is not at a stage where it can be funded. A new order starts at awaiting_liquidity_provider with no escrow yet, so this is the normal answer until a provider accepts — poll GET /orders/{order_id} until next_action becomes authorize_crypto_transfer.
Partner API key for authentication. Required for all partner account endpoints.
Order UUID
b2c3d4e5-f6a7-8901-bcde-f12345678901Signed EIP-712 ForwardRequest payload
Hex-encoded signature from partner wallet
Crypto authorization accepted
No content
Bad Request
Unauthorized
Order not found
Order is not in the correct status for crypto authorization
Insufficient token balance — the partner wallet does not hold enough tokens to fund the escrow. Top up the wallet and retry.
Transactor service error (e.g. on-chain simulation failed)
No content
Partner API key for authentication. Required for all partner account endpoints.
Order UUID
b2c3d4e5-f6a7-8901-bcde-f12345678901Fiat receipt confirmed successfully
No content
Bad Request
Unauthorized
Order not found
No content
Partner API key for authentication. Required for all partner account endpoints.
Order UUID
b2c3d4e5-f6a7-8901-bcde-f12345678901Order cancelled successfully
No content
Bad Request — cancellation not allowed at current status
Unauthorized
Order not found
No content
Partner API key for authentication. Required for all partner account endpoints.
Filter by partner order status
completedPossible values: Page number (default 1)
1Example: 1Results per page (default 20, max 100)
20Example: 20Orders retrieved successfully
Indicates if the request was successful
trueUnauthorized — invalid or missing API key
Last updated
