Account Endpoints

Get user info

get
/api/v1/info

Get user info

Authorizations
Responses
200

user info

application/json
get
/api/v1/info
GET /api/v1/info HTTP/1.1
Host: api-v1.1dex.com
Authorization: YOUR_API_KEY
Accept: */*
200

user info

{
  "data": {
    "eos_account": "text",
    "parent_eos_account": "text",
    "permission": "text"
  }
}

Get user balances

get
/api/v1/balances

Get user balances

Authorizations
Responses
200

user balances

application/json
get
/api/v1/balances
GET /api/v1/balances HTTP/1.1
Host: api-v1.1dex.com
Authorization: YOUR_API_KEY
Accept: */*
200

user balances

{
  "data": [
    {
      "balance": "text",
      "coin": "text",
      "locked": "text",
      "locks": [
        {
          "balance": "text",
          "pool_id": 1,
          "pool_symbol": "text"
        }
      ],
      "usdt_price": "text"
    }
  ]
}

Get history orders

get
/api/v1/history-orders

Get history orders

Authorizations
Query parameters
pool_idstringOptional

pool_id

sidestringOptional

0 buy 1 sell

typestringOptional

0 market 1limit

statusstringOptional

status

Responses
200

history orders

application/json
get
/api/v1/history-orders
GET /api/v1/history-orders HTTP/1.1
Host: api-v1.1dex.com
Authorization: YOUR_API_KEY
Accept: */*
200

history orders

{
  "data": [
    {
      "avg_price": "text",
      "base_coin_precision": 1,
      "executed_amount": "text",
      "filled_total": "text",
      "history": true,
      "id": "text",
      "order_amount": "text",
      "order_cid": "text",
      "order_id": 1,
      "order_price": "text",
      "order_time": "text",
      "order_total": "text",
      "permission": "text",
      "pool_base_coin": "text",
      "pool_id": 1,
      "pool_quote_coin": "text",
      "pool_symbol": "text",
      "quote_coin_precision": 1,
      "side": 1,
      "status": 1,
      "trader": "text",
      "type": 1,
      "unread": true
    }
  ]
}

Get open orders

get
/api/v1/open-orders

Get open orders

Authorizations
Query parameters
pool_idstringOptional

pool_id

sidestringOptional

0 buy 1 sell

Responses
200

open order list

application/json
get
/api/v1/open-orders
GET /api/v1/open-orders HTTP/1.1
Host: api-v1.1dex.com
Authorization: YOUR_API_KEY
Accept: */*
200

open order list

{
  "data": [
    {
      "avg_price": "text",
      "base_coin_precision": 1,
      "executed_amount": "text",
      "id": "text",
      "order_amount": "text",
      "order_cid": "text",
      "order_id": 1,
      "order_price": "text",
      "order_time": "text",
      "order_total": "text",
      "pool_base_coin": "text",
      "pool_id": 1,
      "pool_quote_coin": "text",
      "pool_symbol": "text",
      "quote_coin_precision": 1,
      "side": 1,
      "trader": "text",
      "type": 1
    }
  ]
}

Get history order detail

get
/api/v1/orders/{id}

Get history order detail

Authorizations
Path parameters
idstringRequired

pool_id+order_id+side,ps:0-1-0 pool_id = 0,order_id = 1,side = buy

Responses
200

history order detail

application/json
get
/api/v1/orders/{id}
GET /api/v1/orders/{id} HTTP/1.1
Host: api-v1.1dex.com
Authorization: YOUR_API_KEY
Accept: */*
200

history order detail

{
  "data": {
    "avg_price": "text",
    "base_coin_precision": 1,
    "executed_amount": "text",
    "filled_total": "text",
    "history": true,
    "id": "text",
    "order_amount": "text",
    "order_cid": "text",
    "order_id": 1,
    "order_price": "text",
    "order_time": "text",
    "order_total": "text",
    "permission": "text",
    "pool_base_coin": "text",
    "pool_id": 1,
    "pool_quote_coin": "text",
    "pool_symbol": "text",
    "quote_coin_precision": 1,
    "side": 1,
    "status": 1,
    "trader": "text",
    "trades": [
      {
        "base_coin": "text",
        "base_quantity": "text",
        "global_seq": 1,
        "maker": "text",
        "maker_fee": "text",
        "maker_order_cid": "text",
        "maker_order_id": 1,
        "maker_permission": "text",
        "pool_id": 1,
        "price": "text",
        "quote_coin": "text",
        "quote_quantity": "text",
        "taker": "text",
        "taker_fee": "text",
        "taker_is_bid": true,
        "taker_order_cid": "text",
        "taker_order_id": 1,
        "taker_permission": "text",
        "timestamp": "text",
        "tx_id": "text"
      }
    ],
    "type": 1,
    "unread": true
  }
}

Get order by client order ID

get
/api/v1/orders/client-id/{id}

Get order by client order ID (order_cid)

Authorizations
Path parameters
idstringRequired

Client order ID

Responses
200

order

application/json
get
/api/v1/orders/client-id/{id}
GET /api/v1/orders/client-id/{id} HTTP/1.1
Host: api-v1.1dex.com
Authorization: YOUR_API_KEY
Accept: */*
200

order

{
  "data": {
    "avg_price": "text",
    "base_coin_precision": 1,
    "executed_amount": "text",
    "filled_total": "text",
    "history": true,
    "id": "text",
    "order_amount": "text",
    "order_cid": "text",
    "order_id": 1,
    "order_price": "text",
    "order_time": "text",
    "order_total": "text",
    "permission": "text",
    "pool_base_coin": "text",
    "pool_id": 1,
    "pool_quote_coin": "text",
    "pool_symbol": "text",
    "quote_coin_precision": 1,
    "side": 1,
    "status": 1,
    "trader": "text",
    "type": 1,
    "unread": true
  }
}

Get trades by subaccount

get
/api/v1/trades

Get recent trades for the authenticated subaccount

Authorizations
Query parameters
limitintegerOptional

limit count (default 50, max 100)

startTimeintegerOptional

filter trades after this timestamp (Unix timestamp in seconds)

endTimeintegerOptional

filter trades before this timestamp (Unix timestamp in seconds)

global_seqintegerOptional

filter trades with global sequence number greater than this value

sortstring · enumOptional

sort direction for timestamp (asc or desc, default desc)

Possible values:
Responses
200

trade detail list

application/json
get
/api/v1/trades
GET /api/v1/trades HTTP/1.1
Host: api-v1.1dex.com
Authorization: YOUR_API_KEY
Accept: */*
200

trade detail list

{
  "data": [
    {
      "base_coin": "text",
      "base_quantity": "text",
      "global_seq": 1,
      "maker": "text",
      "maker_fee": "text",
      "maker_order_cid": "text",
      "maker_order_id": 1,
      "maker_permission": "text",
      "pool_id": 1,
      "price": "text",
      "quote_coin": "text",
      "quote_quantity": "text",
      "taker": "text",
      "taker_fee": "text",
      "taker_is_bid": true,
      "taker_order_cid": "text",
      "taker_order_id": 1,
      "taker_permission": "text",
      "timestamp": "text",
      "tx_id": "text"
    }
  ]
}

Get subaccount transfers

get
/api/v1/transfers

Get transfer records between subaccount and main account

Authorizations
Query parameters
limitintegerOptional

limit count

startTimeintegerOptional

start time in Unix timestamp format (seconds since epoch)

endTimeintegerOptional

end time in Unix timestamp format (seconds since epoch)

transfer_idintegerOptional

filter transfers with id greater than this value

sortstring · enumOptional

sort direction for created_at (asc or desc, default desc)

Possible values:
Responses
200

transfer records with pagination

application/json
get
/api/v1/transfers
GET /api/v1/transfers HTTP/1.1
Host: api-v1.1dex.com
Authorization: YOUR_API_KEY
Accept: */*
200

transfer records with pagination

{
  "data": [
    {
      "amount": "text",
      "contract": "text",
      "symbol": "text",
      "from": "text",
      "to": "text",
      "tx_id": "text",
      "side": "text",
      "sid": "text",
      "name": "text",
      "created_at": "2025-10-23T03:43:06.996Z"
    }
  ]
}

Last updated