Wallets API

Muestra la lista de walllets de un merchant.

Wallets de un merchant

GET /internal/v1/merchants/wallets

Retorna la lista de wallets.

Parameters

Name Description
currency Moneda / Token
crypto_network crypto_network
focused_to_withdrawals Muestra las que esten habilitadas para retiros

Request

Headers

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

Route

GET /internal/v1/merchants/wallets

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; charset=utf-8
ETag: W/"47e788c16acebf09e43bee288294ceeb"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 762ef863-03f1-4d17-9cb8-36c7dfb76c12
X-Runtime: 0.036307
Vary: Origin
Content-Length: 314

Status

200 OK

Body

{
  "data": [
    {
      "id": 16,
      "address": "8a7fz7tweb2h5hr",
      "crypto_network": "ETH",
      "currency_id": "usdt",
      "currency_icon": null,
      "crypto_network_icon": null,
      "currency_name": "USDT"
    },
    {
      "id": 17,
      "address": "4hueljwc3qz0llv",
      "crypto_network": "RSK",
      "currency_id": "doc",
      "currency_icon": null,
      "crypto_network_icon": null,
      "currency_name": "DoC"
    }
  ]
}