Skip to main content
GET
/
wallets
List Wallets
curl --request GET \
  --url https://{defaultHost}/wallets \
  --header 'Authorization: Bearer <token>'
{
  "wallets": [
    {
      "address": "<string>",
      "network": "<string>",
      "balance_usd": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token.

Response

wallets listed

wallets
object[]
required