Swap API

Endpoints para operaciones de tipo swap

Modifica una operacion de tipo swap

PATCH /internal/admin/swaps/:swap_id

Modificacion

Parameters

Name Description
reference_2 Referencia o soporte (puede ser un tx hash, texto, etc.)

Request

Headers

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

Route

PATCH /internal/admin/swaps/100

Body

{"reference_2":"A3a3AFasUYTYU76766"}

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: bc128796-1828-497b-b430-3fb16810d5b3
X-Runtime: 0.080449
Vary: Origin
Content-Length: 0

Status

200 OK