Skip to main content

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

NameTypeMandatoryDescription
fromAssetSTRINGYESUSDT only
targetAssetSTRINGYESBFUSD only
amountDECIMALYES
recvWindowLONGNO
timestampLONGYES

Response Example

{
"fromAsset":"USDT",
"targetAsset": "BFUSD",
"fromAssetQty": 10,
"targetAssetQty": 9.9980,
"rate": 0.9998 // mint rate
}