Get Wallets By Project

Gets a list of wallets for a project

Path parameters

projectIdUUIDRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

withDatabooleanOptional
Optional parameter to return this address's balance and total count of confirmed transactions

Response

This endpoint returns a list of objects.
chainIdinteger
createdAtdatetime
nonceinteger
projectIdUUID
statusenum
Allowed values:
updatedAtdatetime
walletAddressstring
walletIdUUID
walletTypeenum
Allowed values:
balancestring or null
Balance in wei of this address's native gas token, as defined by chainId
txCountinteger or null
Number of confirmed transactions submitted by this address

Errors