icrc/docs/api/README.md

667 B

ICRC API

ICRC Clients use an HTTP API to communicate with the server, which is going to be described in this part of the ICRC docs.

Authentication

Most API endpoints require you to ensure, that you have a user account. To do that, Bearer Authentication is used. You can get Bearer tokens using the /account/auth endpoint.

Endpoints

There are docs for every endpoint over here.