Rate methods
Rate object
left
string
The base currency.
right
string
The quote currency.
bid
string
The current bid price.
ask
string
The current ask price.
exp
number
The currency precision, that is the number of digits after the decimal separator, for the bid
and ask
fields.
created_at
string
The date and time when a rate was received.
expired_at
string
The date and time of rate expiration.
Rate object example
Get rates
Request
GET
[base]/rates/
Request example
Response
Response codes
200
—
The request succeeded.
—
400
—
bad request.
—
500
—
Internal server error.
Try again later.
502
—
Bad gateway.
Try again later.
503
—
Service unavailable.
Try again later.
504
—
Gateway timeout.
Try again later.
5xx
—
Other server errors.
Try again later.
Last updated
Was this helpful?