Read a wallet
This endpoint reads the tokens that belong to a wallet
GET
/
wallets
/
{walletId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
walletId
string
requiredThe ID of the wallet.
Response
200 - application/json
id
string
The id for this wallet.
address
string
The blockchain address for this wallet.
tokens
object
Tokens that belong to this wallet.
Was this page helpful?