Request
Body Params application/json
{
"clientId": 600000032,
"feeType": 1,
"fixAmount": 5.000
}
Request Code Samples
curl --location --request POST 'https://openapi.dev.stablelink.app/trade/create-fee-config' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": 600000032,
"feeType": 1,
"fixAmount": 5.000
}'
Responses
application/json {
"header": {
"success": true
},
"result": {
"id": 1,
"currency": "USD",
"beneficiaryName": "WSPN",
"beneficiaryAccount": "12345",
"beneficiaryBankName": "DBS",
"beneficiaryBankCountry": "SGP",
"beneficiaryBankSwiftCode": "DBSSSGSG"
}
}
Modified at 2025-12-26 06:25:39