Knowledge Base
  • 💡Welcome To PointPay
  • 📃WhitePapper v 1.0
    • Disclaimer
    • Market Overview
      • Overview of 2018-2023
      • Evolution and Statement
      • Challenges and Opportunities
    • PointPay 2.0
      • Ecosystem Overview
      • Services Synergy
    • Crypto Exchange
      • Main Benefits
      • Security Measures
      • Customer Support
    • Digital Vault
      • Role in Ecosystem
      • Features and Benefits
      • Integration with other Services
    • PointPay Token
      • Token Info
      • Utility and Benefits
    • Project Future
      • Project Vision
      • Upcoming Features
    • Conclusion
  • 📈Tokenomics
  • ⚖️Token Swap Flow
  • 🔗Network
    • Mainnet&TestNet
    • Smart contracts
      • Contract Deployment
      • Deploy with Remix IDE
      • Deploy with Thirdweb
    • Explorer API
    • RPC API
  • Exchange API Documentation
    • Public endpoints | HTTP
      • Pairs List
      • Pairs Stats
      • Specific Pair Stats
      • Order Book Data
      • Market History
      • Market History Data
      • Products
      • Symbols
      • Depth List
      • Chart Data KLine
    • Private endpoints | HTTP
      • Authentication and API Keys
      • Create Limit Order
      • Cancel Order
      • My Active Orders
      • All My Trade Balances
      • My Specific Trade Balance
      • My Order Info
      • My Trades Info
      • My Order History
      • My Order History List
    • Basic structure | WEBSOKET
    • Public methods | WEBSOKET
      • Ping-Pong
      • System Time
      • KLine methods
      • Market Price methods
      • Market Status methods
      • Deals methods
      • Depth methods
    • Private methods | WEBSOKET
      • Authorization
      • My Assets methods
      • My Orders methods
Powered by GitBook
On this page
  • Endpoint
  • Request parameters
  • Response Example
  • General error code:
  1. Exchange API Documentation

Basic structure | WEBSOKET

This section describes the basic info and structure of WS requests and responses.

Endpoint

wss://exchange.pointpay.io/ws

The connection will be closed by the server in case of inactivity from the client after 60 seconds.

Request parameters

Name
Type
Desciption
Example

method*

STRING

Method name

server.ping

params

ARRAY

Array of parameters required by a specific method

-

id*

NUMERIC

Request ID, Should be unique to handle response for your request

1

Response Example

Name
Type
Success
Error

id

Integer

NUMERIC

NUMERIC

params

ARRAY

ARRAY

Failure

result

JSON Object

ARRAY

NULL

error

JSON Object

NULL

Failure

General error code:

  • internal error

  • service unavailable

  • method not found

  • service timeout

  • require authentication

PreviousMy Order History ListNextPublic methods | WEBSOKET

Last updated 7 months ago