CoinAnk Market Order Buy/Sell Count is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).
Retrieves buy and sell order count data for a given trading symbol and interval from CoinAnk market data, proxied via the claw402 x402 payment gateway.
Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.
Returns a JSON object with a code field (0 for success) and a data array containing buy and sell order count records for the queried symbol, exchange, interval, and time range.
GEThttps://claw402.ai/api/v1/coinank/market-order/buy-sell-countUse this endpoint when you need buy/sell order count data from CoinAnk for crypto market analysis, particularly when you want to assess order flow imbalance or market sentiment without needing an API key — paying per call in USDC via x402.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"size": "100",
"symbol": "BTCUSDT",
"exchange": "binance",
"interval": "1h"
}
},
"output": {
"type": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"code": "1",
"data": {
"code": "1",
"data": [
[
1780884000000,
0,
0
],
[
1780887600000,
0,
0
],
[
1780891200000,
0,
0
],
[
1780894800000,
0,
0
],
[
1780898400000,
0,
0
],
[
1780902000000,
0,
0
],
[
1780905600000,
0,
0
],
[
1780909200000,
0,
0
],
[
1780912800000,
0,
0
],
[
1780916400000,
0,
0
],
[
1780920000000,
0,
0
],
[
1780923600000,
0,
0
],
[
1780927200000,
0,
0
],
[
1780930800000,
0,
0
],
[
1780934400000,
0,
0
],
[
1780938000000,
0,
0
],
[
1780941600000,
0,
0
],
[
1780945200000,
0,
0
],
[
1780948800000,
0,
0
],
[
1780952400000,
0,
0
],
[
1780956000000,
0,
0
],
[
1780959600000,
0,
0
],
[
1780963200000,
0,
0
],
[
1780966800000,
0,
0
],
[
1780970400000,
0,
0
],
[
1780974000000,
0,
0
],
[
1780977600000,
0,
0
],
[
1780981200000,
0,
0
],
[
1780984800000,
0,
0
],
[
1780988400000,
0,
0
],
[
1780992000000,
0,
0
],
[
1780995600000,
0,
0
],
[
1780999200000,
0,
0
],
[
1781002800000,
0,
0
],
[
1781006400000,
0,
0
],
[
1781010000000,
0,
0
],
[
1781013600000,
0,
0
],
[
1781017200000,
0,
0
],
[
1781020800000,
0,
0
],
[
1781024400000,
0,
0
],
[
1781028000000,
0,
0
],
[
1781031600000,
0,
0
],
[
1781035200000,
0,
0
],
[
1781038800000,
0,
0
],
[
1781042400000,
0,
0
],
[
1781046000000,
0,
0
],
[
1781049600000,
0,
0
],
[
1781053200000,
0,
0
],
[
1781056800000,
0,
0
],
[
1781060400000,
0,
0
],
[
1781064000000,
0,
0
],
[
1781067600000,
0,
0
],
[
1781071200000,
0,
0
],
[
1781074800000,
0,
0
],
[
1781078400000,
0,
0
],
[
1781082000000,
0,
0
],
[
1781085600000,
0,
0
],
[
1781089200000,
0,
0
],
[
1781092800000,
0,
0
],
[
1781096400000,
0,
0
],
[
1781100000000,
0,
0
],
[
1781103600000,
0,
0
],
[
1781107200000,
0,
0
],
[
1781110800000,
0,
0
],
[
1781114400000,
0,
0
],
[
1781118000000,
0,
0
],
[
1781121600000,
0,
0
],
[
1781125200000,
0,
0
],
[
1781128800000,
0,
0
],
[
1781132400000,
0,
0
],
[
1781136000000,
0,
0
],
[
1781139600000,
0,
0
],
[
1781143200000,
0,
0
],
[
1781146800000,
0,
0
],
[
1781150400000,
0,
0
],
[
1781154000000,
0,
0
],
[
1781157600000,
0,
0
],
[
1781161200000,
0,
0
],
[
1781164800000,
0,
0
],
[
1781168400000,
0,
0
],
[
1781172000000,
0,
0
],
[
1781175600000,
0,
0
],
[
1781179200000,
0,
0
],
[
1781182800000,
0,
0
],
[
1781186400000,
0,
0
],
[
1781190000000,
0,
0
],
[
1781193600000,
0,
0
],
[
1781197200000,
0,
0
],
[
1781200800000,
0,
0
],
[
1781204400000,
0,
0
],
[
1781208000000,
0,
0
],
[
1781211600000,
0,
0
],
[
1781215200000,
0,
0
],
[
1781218800000,
0,
0
],
[
1781222400000,
0,
0
],
[
1781226000000,
0,
0
],
[
1781229600000,
0,
0
],
[
1781233200000,
0,
0
],
[
1781236800000,
0,
0
],
[
1781240400000,
0,
0
]
],
"success": true
},
"success": true
}{
"type": "json",
"example": {
"code": 0,
"data": []
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"