Using the Public API for transaction and currency
Fee estimate
Endpoint POST /api/public/transaction/fee
Request Body
Name
Type
Description
{
"data": {
"fee": 0
}
}{
"data": {
"fee": 0,
"ethFee": 0
}
}{
"status": "fail",
"data": {
"message": [
"amount must be a number conforming to the specified constraints",
"priority must be a boolean value"
]
}
}Merchant currency
Endpoint GET /api/public/currency
Query Parameters
Name
Type
Description
Last updated