The Change API
Set extra fee
Set your profile API extra fee
post
https://api.thechange.ltd/profile/fee
Header
Field | Type | Description |
---|---|---|
X-API-KEY | String | Your API key |
Body parameters
Field | Type | Description |
---|---|---|
extraFee | String | Your extra fee. Allowed value range: 0-10, Maximum step size: 0.01 |
Successful response
HTTP/1.1 200 OK
{
"extraFee": "0.4"
}