Spot
Public
Security: None
Test Connectivity
GET
https://openapi.abcoin.exchange/sapi/v1/ping
This endpoint checks connectivity to the host

Check Server Time
GET
https://openapi.abcoin.exchange/sapi/v1/time
This endpoint checks connectivity to the server and retrieves server timestamp
Pairs List
GET
https://openapi.abcoin.exchange/sapi/v1/symbols
weight(IP/UID): 1
Response:

Market
Security Type: None
Depth
GET
https://openapi.abcoin.exchange/sapi/v1/depth
market detpth data
Query Parameters

weight(IP/UID): 5
Response:

24hrs ticker
GET
https://openapi.abcoin.exchange/sapi/v1/ticker
24 hour price change statistics.
Query Parameters

Response:

Recent Trades List
GET
https://openapi.abcoin.exchange/sapi/v1/trades
Query Parameters

weight(IP/UID): 5
Response:

Kline/candlestick data
GET
https://openapi.abcoin.exchange/sapi/v1/klines
Query Parameters

weight(IP/UID): 1
Response:

Trade
Security Type: TRADE
Endpoints under Trade require an API Key and a signature
New Order
POST
https://openapi.abcoin.exchange/sapi/v1/order
Rate Limit: 100times/2s
Query Parameters

Request Body

weight(IP/UID): 5
Response:

Test New Order
POST
https://openapi.abcoin.exchange/sapi/v1/order/test
Test new order creation and signature/recvWindow length. Creates and validates a new order but does not send the order into the matching engine.
Headers

Request Body


weight(IP/UID): 1
Batch Orders
POST
https://openapi.abcoin.exchange/sapi/v1/batchOrders
batch contains at most 10 orders
Headers

Request Body

weight(IP/UID): 10
Resquest orders
field:

Resquest

Query Order
GET
https://openapi.abcoin.exchange/sapi/v1/order
Query Parameters

Headers

weight(IP/UID): 1
Response:

Cancel Order
POST
https://openapi.abcoin.exchange/sapi/v1/cancel
Headers

Request Body


weight(IP/UID): 5
Response:

Batch cancel orders
POST
https://openapi.abcoin.exchange/sapi/v1/batchCancel
batch contains at most 10 orders
Headers

Request Body


weight(IP/UID): 10
Current Open Orders
GET
https://openapi.abcoin.exchange/sapi/v1/openOrders
Query Parameters

Headers


weight(IP/UID): 1
Response:

Trades
GET
https://openapi.abcoin.exchange/sapi/v1/myTrades
Query Parameters

Headers


weight(IP/UID): 1
Response:

Account
Security Type: USER_DATA
Endpoints under Account require an API-key and a signature.
Account Information
GET
https://openapi.abcoin.exchange/sapi/v1/account
Headers

weight(IP/UID): 1
Response:


Last updated