getWalletList

Provides a list of authorized wallets for the user's WorldCoin ID. API to call when information about a user's authorized wallets is needed

Request

API Request Methods

Method
URL

GET

/user/{userId}

Request Header

Field
Type
Required
Description

userId

String

required

The identifier for the user in the World Coin system

Response

Response Elements

Field
Type
Required
Description

code

Number

required

3-digit HTTP status code

walletList

String[]

required

wallet address list

Last updated