Metaco REST API provides a set of services to integrate Metaco into third-party applications. It offers trading and payment facilities as well as wallet management features.
Our .NET Client implements every single functionality of the API. You can find a detailed documentation here : API Documentation.
With nuget :
Install-Package MetacoClient
Go on the nuget website for more information.
You can use our Unit tests to learn the basics or the links in the summary of this document.
The tests requires a testnet environnement to work.
Define the following appSetings in the MetacoClient.Tests' app.config file:
- METACO_ENV_API_ID : Your testnet API ID
- METACO_ENV_API_KEY : Your testnet API Key
- METACO_ENV_API_URL : http://api.testnet.metaco.com/v1/ (Or the endpoint you want to run your tests with)
- METACO_ENV_WALLET_PRIVATE_KEY_HEX : The private key of your testnet wallet (hex-encoded)
And run the tests
- The api is still unstable.
MIT (See LICENSE).