Wallets API

Muestra la lista de walllets de un cliente.

Wallets de un cliente

GET /internal/v1/clients/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/clients/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/"832bbb034f7c2b12f2c4940708f2e672"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: a6018e4c-1a53-4f92-a985-9af53d719d2d
X-Runtime: 0.041501
Vary: Origin
Content-Length: 312

Status

200 OK

Body

{
  "data": [
    {
      "id": 6,
      "address": "dpozimikp0b1y6y",
      "crypto_network": "ETH",
      "currency_id": "usdt",
      "currency_icon": null,
      "crypto_network_icon": null,
      "currency_name": "USDT"
    },
    {
      "id": 7,
      "address": "gos1m8a0yp3i46u",
      "crypto_network": "RSK",
      "currency_id": "doc",
      "currency_icon": null,
      "crypto_network_icon": null,
      "currency_name": "DoC"
    }
  ]
}