icrc/docs/api
antifallobst 3ac7716826
docs: started to document single api entpoints
2024-03-23 18:57:50 +01:00
..
endpoints docs: started to document single api entpoints 2024-03-23 18:57:50 +01:00
README.md docs: started to document single api entpoints 2024-03-23 18:57:50 +01:00

README.md

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.