Skip to main content
PATCH
Update Rate

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required
Example:

"rate_id"

Body

application/json
rate
string

The updated exchange rate for the asset pair. Provided as a string to avoid floating point precision issues.

Example:

"ASSET_PAIR_RATE"

minAmount
string

The updated minimum amount allowed for this rate/pair. Provided as a string.

Example:

"MIN_AMOUNT"

Response

200 - application/json

200

data
object
message
string
Example:

"Rate updated successfully"

statusCode
number
Example:

200