Exchange Request
PATCH /V1/ExchangeRequests/{ID}
PATCH /V1/ExchangeRequests/{ID}
Accept an exchange request.
Request
Headers
Header | Type | Description |
Authorization |
| Auth token using |
Request Body
Attribute | Type | Description |
SendingAddress |
| The address that funds the source amount. Must be the same value as the |
ReserveTxnSignature |
| Reserve transaction signature used to reserve funds for the exchange. |
Nonce |
| Optional. Required if the source currency is Gluwacoin currency (ex> |
ExecuteTxnSignature |
| Optional. Required if the source currency |
ReclaimTxnSignature |
| Optional. Required if the source currency |
Response
HTTP Status |
202 |
Errors
HTTP Status | Error Code | Description |
400 |
| Invalid URL parameters |
400 |
| Request body is missing. |
400 |
| Request validation errors. See InnerErrors. |
403 |
| Not authorized to use this endpoint. Make sure your authorization header is correct and you are using valid API key and secret. |
404 |
| Exchange Request not found. |
409 |
| Exchange Request cannot be accepted because it already has been accepted or failed. |
500 |
| Server error. |
Last updated