Wallets

get

Get a list of wallets associated with your network

Authorizations
Responses
200Success
application/json
get
GET /account/wallets HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
{
  "wallets": [
    {
      "wallet_id": "text",
      "circle_wallet_id": "text",
      "network_id": "text",
      "wallet_type": "circle_uc",
      "blockchain": "SOL",
      "wallet_address": "text",
      "active": true,
      "default_token_type": "USDC",
      "create_time": "text"
    }
  ]
}

Was this helpful?