Wallets
Read a wallet
This endpoint reads a wallet and returns a list of all tokens contained within it
GET
/
wallets
/
{walletId}
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the wallet.
Response
200 - application/json
The id of the wallet.
The blockchain address of the wallet.
The URL of the block explorer for this wallet.
The timestamp from when the wallet was created.
The timestamp from when the wallet was last updated.
The timestamp from when the wallet was activated.
The tokens owned by this wallet.
Was this page helpful?