Path. Cryptocurrency.
API platform offers a consistent view of data across the crypto ecosystem. The API provides methods for retrieving data from exchanges (Coinbase, Binance, Kraken, etc) and wallets (Metamask, MyEtherWallet).
Path. Cryptocurrency. endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Supported Sources /sources |
List all currently supported data sources where Path. may extract data information. |
| POST |
Create a User /users |
Create a new User object. |
| DELETE |
Delete a User /users/{user_id} |
Permanently deletes a User object and all Source objects related transaction data stored in our system cache. It cannot be undone. |
| GET |
List all Users /users |
Return a list of all User objects currently associated with the app sorted by the creation date. https://docs.path.one/#user |
| POST |
Retrieve Balances /balances |
Retrieve balances/holdings from a data source. https://docs.path.one/#balance-object |
| POST |
Retrieve Ledgers /ledgers |
Retrieve ledgers from a data source. https://docs.path.one/#ledger-object |