Welcome to CoinStack!
The CoinStack developer API provides a predictable and programmatic interface to create custodial cryptocurrency wallets. Get real-time deposit notifications, programmatically create wallets, and request instant withdrawals all through one API.
First, you will need a CoinStack account. Get started by signing up.
API Overview
REST Endpoint URL: https://coinstack.net/api/v1
All requests and responses utilize JSON.
Authorization
To use CoinStack's APIs, you will need to authenticate using an API key.
Authenticated requests should be sent from a whitelisted IP address with the following headers.
X-API-KEY: Account API key
Rate Limits
All endpoints are limited to 3 requests per second. Hitting our rate limits will result in HTTP 429 errors.