跳至主要内容

Get Execution (2 years)

Get execution list

Query Parameters
  • category string required

    Possible values: [linear, inverse, spot, option]

    Product type

  • symbol string

    Symbol name

  • baseCoin string

    Base coin

  • orderId string
  • orderLinkId string

    User customised order id

  • startTime integer

    The start timestamp (ms)

  • endTime integer

    The end timestamp (ms)

  • execType string

    Possible values: [Trade, AdlTrade, Funding, BustTrade, Settle]

    Execution type

  • limit integer

    Default value: 50

    1-100. max 100

  • cursor string

    cursor to pagination

Header Parameters
  • apiKey string

    A UTA sub account API key is provided by default

  • secret string

    A UTA sub account API key is provided by default

Responses

successful operation

GET /v5/execution/list

Request

Base URL
https://api-testnet.bybit.com
category — query required
symbol — query
baseCoin — query
orderId — query
orderLinkId — query
startTime — query
endTime — query
execType — query
limit — query
cursor — query
apiKey — header
secret — header
curl -L -X GET 'https://api-testnet.bybit.com/v5/execution/list'