Account API

This page introduces the Acoount API.

About the Account API

The Account API of ChainZ API Service allows users to create Externally Owned Account (EOA) and securely manage them on the server.

If you have created an account using Account API, you can request a Signing Transaction through Transaction API.

Using Account API

For the usage method, refer to Getting Started > Using API > Procedure for Using API > Using Account API.

List of Account APIs

Classification

Method

API name

Description

Account Management

POST

/api/v1/accounts

API to create a new EOA account using a user ID and blockchain ID value.

GET

/api/v1/accounts

API for querying account information using the account user ID and blockchain ID.

GET

/api/v1/accounts/{id}

This is an API to account account information by ID value of the account.

Provider Account Management

GET

/api/v1/mgmt/accounts

This is an API to search account information using the account user ID and blockchain ID.

GET

/api/v1/mgmt/accounts/stats/period

This is an API to search the number of registered accounts for each period.

Last updated