Pintu Pro Partner API

Pintu Pro's institutional/partner trading API. A unified message format is used over both an HTTP endpoint and a WebSocket transport, authenticated with an HMAC-SHA256 signature computed from an API key and secret. Partners place and cancel market/limit orders and subscribe to public and private streaming channels (ExecutionReport / Trade / user.orders) for order and trade updates, with a weighted per-second token rate limiter.

API entry from apis.yml

apis.yml Raw ↑
name: Pintu Pro Partner API
description: Pintu Pro's institutional/partner trading API. A unified message format is used over both
  an HTTP endpoint and a WebSocket transport, authenticated with an HMAC-SHA256 signature computed from
  an API key and secret. Partners place and cancel market/limit orders and subscribe to public and private
  streaming channels (ExecutionReport / Trade / user.orders) for order and trade updates, with a weighted
  per-second token rate limiter.
humanURL: https://docs.pintu.pro/
baseURL: https://partner.pintu.co.id
tags:
- Trading
- WebSocket
- Orders
- Market Data
- Cryptocurrency
properties:
- type: Documentation
  url: https://docs.pintu.pro/
- type: APIReference
  url: https://docs.pintu.pro/
- type: Authentication
  url: authentication/pintu-authentication.yml
- type: Conventions
  url: conventions/pintu-conventions.yml
- type: Idempotency
  url: conventions/pintu-conventions.yml
- type: ErrorCatalog
  url: errors/pintu-error-codes.yml
- type: Sandbox
  url: sandbox/pintu-sandbox.yml
- type: Webhooks
  url: asyncapi/pintu-partner-asyncapi.yml
- type: SourceCode
  url: https://github.com/pintu-crypto/pintu-api-sample-go