Swap API

Endpoints para swap

Permite actualizar un swap

PATCH /internal/clients/swaps/:swap_id

Actualiza un swap.

Parameters

Name Description
tx_hash Token de la transaccion (tx hash)

Request

Headers

Content-Type: application/json
Authorization: Bearer <token>
Host: example.org
Cookie: 

Route

PATCH /internal/clients/swaps/125

Body

{"tx_hash":"9fglsxlwbngw43h7qr6xoswzcmhu8l2e"}

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/json
Cache-Control: no-cache
X-Request-Id: b7c6cd0d-2d6e-4ac1-9114-3d65f4733da9
X-Runtime: 0.064140
Vary: Origin
Content-Length: 0

Status

200 OK