Skip to main content
GET
/
crypto
/
wallets
List address book wallets
curl --request GET \
  --url http://api.contabull.com/crypto/wallets
[
  {
    "walletId": "<string>",
    "active": true,
    "name": "<string>",
    "address": "<string>",
    "symbol": "usdt",
    "network": "ethereum",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Response

default - application/json
walletId
string
required

Unique identifier for the wallet

active
boolean
required

Whether the wallet is active and can be used for transactions

name
string
required

Friendly name assigned to the wallet

address
string
required

Blockchain address of the wallet

symbol
enum<string>
required

Cryptocurrency symbol this wallet receives

Available options:
usdt,
usdc,
trx,
eth
network
enum<string>
required

Blockchain network for this wallet

Available options:
ethereum,
tron,
polygon,
binance,
solana
createdAt
string<date-time>
required

When the wallet was added to the address book