Get account infos

Get account infos

Endpoint

GET /account-info

Query params

Name
Type
Description

account_hash

[]string

Comma-separated list of account hashes

To overcome the URL length limitations of the GET request, it's possible to use the POST endpoint:

POST /account-info

Sorting

None

Optional properties

None

Response

PaginatedResponse<AccountInfo>

Example

Last updated