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:
balancestringOptional

Balance in wei of this address’s native gas token, as defined by chainId

txCountintegerOptional

Number of confirmed transactions submitted by this address

Errors