diff --git a/API-Overview.md b/API-Overview.md new file mode 100644 index 0000000..13bbd7e --- /dev/null +++ b/API-Overview.md @@ -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. +