Muestra la lista de walllets de un merchant.
Retorna la lista de wallets.
| Name | Description |
|---|---|
| currency | Moneda / Token |
| crypto_network | crypto_network |
| focused_to_withdrawals | Muestra las que esten habilitadas para retiros |
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
GET /internal/v1/merchants/wallets
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
200 OK
{
"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"
}
]
}