Mint BFUSD for Portfolio Margin(TRADE)
API Description
Mint BFUSD for all types of Portfolio Margin account
HTTP Request
POST /sapi/v1/portfolio/mint
Request Weight(UID)
1500
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
fromAsset | STRING | YES | USDT only |
targetAsset | STRING | YES | BFUSD only |
amount | DECIMAL | YES | |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"fromAsset":"USDT",
"targetAsset": "BFUSD",
"fromAssetQty": 10,
"targetAssetQty": 9.9980,
"rate": 0.9998 // mint rate
}