Get Wallets By Project

GET

Gets a list of wallets for a project

Path parameters

projectIdUUIDRequired

Headers

Auth
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
isActiveboolean
nonceinteger
projectIdUUID
updatedAtdatetime
walletAddressstring
walletIdUUID
walletType"BROADCAST" or "SIGNING"
Allowed values: BROADCASTSIGNING
balancestringOptional

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

txCountintegerOptional

Number of confirmed transactions submitted by this address