CoinPort API Documentation

v3.1.0 | 54 Endpoints

Welcome to the CoinPort API

The CoinPort API provides programmatic access to trading, account management, market data, and cryptocurrency operations. Built on Peatio, our REST API uses standard HTTP methods and returns JSON-encoded responses.

Authentication

Secure API requests using Bearer tokens (JWT). Most endpoints require authentication.

Authorization: Bearer YOUR_JWT_TOKEN

Base URL

All API requests:

https://www.coinport.com.au/api/v2/peatio

54 Endpoints

18 Public, 21 Account, 6 Trading, 9 Integrations. All documented with interactive examples.

Response Format

JSON responses with standard HTTP status codes (200, 400, 401, 403, 429, 500).

Getting Started in 4 Steps

  1. Create an account at CoinPort.com.au
  2. Generate API keys from Profile menu
  3. Read the Authentication Guide for implementation details
  4. Explore endpoints below and use "Try it out" to test API calls