Created API Overview (markdown)

Nathan Day 2025-02-27 12:01:46 +00:00
parent cc760b14d9
commit 4694e34265

6
API-Overview.md Normal file

@ -0,0 +1,6 @@
We have two APIs:
* [REST API](rest-api.md) - a read-only restful API that returns data on a variety of primitives, including elements (merchants), areas (countries and communities), reports and users.
* [RPC API](rpc-api.md) - a combination of read and write RPCs that enables clients to request data AND write data to the BTC Map API.