/api/v1/extension/wallets/info

post
Body
tokenstringOptional
chainstring · enumOptionalDefault: CHAIN_UNSPECIFIEDPossible values:
tokenAddressstringOptional
Responses
200

A successful response.

application/json
post
POST /api/v1/extension/wallets/info HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 66

{
  "token": "text",
  "chain": "CHAIN_UNSPECIFIED",
  "tokenAddress": "text"
}
{
  "wallets": [
    {
      "walletId": "text",
      "chain": "CHAIN_UNSPECIFIED",
      "address": "text",
      "name": "text",
      "balance": "text",
      "isPrimary": true,
      "upgraded": true,
      "upgraded2": true
    }
  ]
}

Last updated