Accounts
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger · min: 1 · max: 9007199254740991OptionalDefault:
Which page to fetch
1pageSizeinteger · min: 1 · max: 30OptionalDefault:
Page size to use
30statusstring · enumOptionalPossible values:
Account status
namestringOptional
Search by matching name
governanceTypestring · enumOptionalPossible values:
Account governance type
allowedActionstring · enumOptionalPossible values:
Filter accounts by allowed action for current user
sortBystring · enumOptionalDefault:
Sort by attribute
createdAtPossible values: sortOrderstring · enumOptionalDefault:
Sort order
ascPossible values: currencystringOptional
Filter accounts by currency
indexnumberOptional
Filter accounts by account index
contractAddressany ofOptional
stringOptional
nullOptional
supportstring · enumOptionalPossible values:
Filter accounts by support
typestring · enumOptionalPossible values:
Filter accounts by type
Responses
200
Successful response
application/json
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
404
Not found
application/json
500
Internal server error
application/json
get
/accountsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Id of the target account
Responses
200
Successful response
application/json
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
404
Not found
application/json
500
Internal server error
application/json
get
/accounts/{id}Last updated