Jump to Content
Huobi US APIAPI ReferenceDiscussions
HomeGuidesAPI ReferenceChangelogDiscussions
v1.0

API ReferenceDiscussionsLog InHuobi US API
API Reference
Log In
v1.0

INTRODUCTION

  • Introduction

REST API

  • General Info
  • market
    • Get Klines(Candles)get
    • Get Latest Aggregated Tickerget
    • Market Depthget
    • Get the Most Recent Tradesget
    • Get the Last 24h Market Summaryget
  • common
    • Get trading assetsget
    • Get all Supported Currenciesget
    • Get system timestampget
  • account
    • Get all the accountsget
    • Get Account Balance of a Specific Accountget
  • trade
    • Place a New Orderpost
    • Request for cancelling an orderpost
    • Submit Cancel for Multiple Orders by IDspost
    • Get Order Infoget
    • Get Orders Matchresultsget
    • Get One Order matchresultget
    • Search Past Ordersget
  • wallet
    • Create a Withdraw Requestpost
    • Cancel a Withdraw Requestpost
    • Search for Existed Withdraws and Depositsget
  • Authentication

WEBSOCKET

  • General Info
    • Subscribe
    • Unsubscribe
    • Pull Data
  • WS API Reference
    • Market Candlestick
    • Market Depth
    • Market Trade Detail
    • Market Details
    • Market Overview

Get One Order matchresult

get https://api.huobi.us/v1/order/orders//matchresults
/* GET /v1/order/orders/{order-id}/matchresults */
{
  "status": "ok",
  "data": [
    {
      "id": 29553,
      "order-id": 59378,
      "match-id": 59335,
      "symbol": "ethusdt",
      "type": "buy-limit",
      "source": "api",
      "price": "100.1000000000",
      "filled-amount": "9.1155000000",
      "filled-fees": "0.0182310000",
      "created-at": 1494901400435
    }
  ]
}
Language