Create Futures Account
Description
Create futures account before starting trade
HTTP Request
- POST /fapi/v1/account/createFuturesAccount
Request Parameters
| 参数名 | 参数类型 | 是否必须 | 描述 |
|---|---|---|---|
Request Example
http
curl -X POST 'https://futuresopenapi.100ex.com/fapi/v1/account/createFuturesAccount' \
-H "X-CH-TS:1736156253259" \
-H "X-CH-SIGN:*" \
-H "X-CH-APIKEY:********" \
-H "Content-Type: application/json"Response Parameters
| Parameter | Type | Description |
|---|---|---|
Response Example
json
{
"code": "0",
"msg": "suc",
"data": null,
"succ": true
}