GET https://api.banka.bot/v1/crypto/static-wallets.curl --location '/v1/crypto/static-wallets?customer_id=undefined&network=undefined&status=undefined&limit=undefined&cursor=undefined' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"static_wallet_id": "sw_4KD2M8Q1",
"customer_id": "72891",
"network": "TRC20",
"asset": "USDT",
"address": "TZr5nQ8kL2wVxB7yH4jM9cPd3sFa6TgUe1",
"status": "active",
"created_at": "2026-08-18T12:00:00Z"
}
],
"next_cursor": null
}