Skip to main content
GET
/
v1
/
me
/
wallets
List My Wallets
curl --request GET \
  --url https://api.polysimulator.com/v1/me/wallets \
  --header 'X-API-Key: <api-key>'
{
  "wallets": [
    {
      "id": 123,
      "kind": "<string>",
      "label": "<string>",
      "balance": "<string>",
      "baseline": "<string>",
      "status": "<string>",
      "generation": 123,
      "parent_wallet_id": 123,
      "competition_id": 123,
      "created_at": "<string>",
      "archived_at": "<string>",
      "is_legacy": false,
      "managed_by": {
        "tenant_slug": "<string>",
        "display_name": "<string>"
      },
      "b2b_account": {
        "account_id": "<string>",
        "stage": "<string>",
        "status": "<string>"
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Headers

authorization
string | null
X-API-Key
string | null
POLY_API_KEY
string | null
Poly-API-Key
string | null

Response

Successful Response

wallets
WalletOut · object[]
required