Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aster-finance-future-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,7 @@ newOrderRespType | ENUM | NO | "ACK", "RESULT", default "ACK"
```

``
POST /fapi/v1/asset/transfer (HMAC SHA256)
POST /fapi/v1/asset/wallet/transfer (HMAC SHA256)
``

**Weight:**
Expand Down
2 changes: 1 addition & 1 deletion aster-finance-future-api_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,7 @@ newOrderRespType | ENUM | NO | "ACK", "RESULT", 默认 "ACK"
```

``
POST /fapi/v1/asset/transfer (HMAC SHA256)
POST /fapi/v1/asset/wallet/transfer (HMAC SHA256)
``

**权重:**
Expand Down
20 changes: 10 additions & 10 deletions apollox-finance-spot-api.md → aster-finance-spot-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,8 @@ symbol | STRING | NO |
```javascript
{
"symbol": "APXUSDT",
"makerCommission": "0.000200",    
"takerCommission": "0.000700"
"makerCommissionRate": "0.000200",    
"takerCommissionRate": "0.000700"
}
```

Expand Down Expand Up @@ -1267,7 +1267,7 @@ timestamp | LONG | YES |



## cancel all open order (USER_DATA)
## Cancel All Open Order (USER_DATA)

> **Response:**

Expand Down Expand Up @@ -1366,7 +1366,7 @@ timestamp | LONG | YES |
```

``
POST /api/v1/asset/transfer (HMAC SHA256)
POST /api/v1/asset/wallet/transfer (HMAC SHA256)
``

**Weight:**
Expand All @@ -1387,7 +1387,7 @@ timestamp | LONG | YES |
**Notes:**
* kindType FUTURE_SPOT(future to spot)/SPOT_FUTURE(spot to future)

## transfer asset to other address (TRADE)
## Transfer Asset To Other Address (TRADE)

> **Response:**

Expand Down Expand Up @@ -1423,7 +1423,7 @@ timestamp | LONG | YES |
* If clientTranId is provided, its length must be at least 20 characters.


## get withdraw fee (USER_DATA)
## Get Withdraw Fee (NONE)
> **Response:**
```javascript
{
Expand All @@ -1434,7 +1434,7 @@ timestamp | LONG | YES |
```

``
GET /api/v1/aster/withdraw/estimateFee (HMAC SHA256)
GET /api/v1/aster/withdraw/estimateFee
``

**Weight:**
Expand All @@ -1451,7 +1451,7 @@ asset | STRING | YES |
* chainId: 1(ETH),56(BSC),42161(Arbi)
* gasCost: The minimum fee required for a withdrawal

## withdraw (USER_DATA)
## Withdraw (USER_DATA)
> **Response:**
```javascript
{
Expand Down Expand Up @@ -1525,7 +1525,7 @@ const types = {
const signature = await signer.signTypedData(domain, types, value)
```

## get user create apikey nonce (NONE)
## Get User Create Apikey Nonce (NONE)

> **Response:**
```javascript
Expand Down Expand Up @@ -1553,7 +1553,7 @@ network | STRING | NO |
* userOperationType : CREATE_API_KEY
* network : For the Solana network, SOL must be provided; otherwise, this field is ignored.

## create apikey (NONE)
## Create Apikey (NONE)

> **Response:**
```javascript
Expand Down
10 changes: 5 additions & 5 deletions apollox-finance-spot-api_CN.md → aster-finance-spot-api_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,8 +931,8 @@ symbol | STRING | NO |
```javascript
{
"symbol": "APXUSDT",
"makerCommission": "0.000200",    
"takerCommission": "0.000700"
"makerCommissionRate": "0.000200",    
"takerCommissionRate": "0.000700"
}
```
``
Expand Down Expand Up @@ -1319,7 +1319,7 @@ timestamp | LONG | YES |  
```

``
POST /api/v1/asset/transfer (HMAC SHA256)
POST /api/v1/asset/wallet/transfer (HMAC SHA256)
``

**权重:**
Expand Down Expand Up @@ -1377,7 +1377,7 @@ timestamp | LONG | YES | 时间戳



## 现货提现手续费 (USER_DATA)
## 现货提现手续费 (NONe)
> **响应**
```javascript
{
Expand All @@ -1388,7 +1388,7 @@ timestamp | LONG | YES | 时间戳
```

``
GET /api/v1/aster/withdraw/estimateFee (HMAC SHA256)
GET /api/v1/aster/withdraw/estimateFee
``

**权重:**
Expand Down