mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
505 B
505 B
Quote Price
Rate limits
- 1200 requests/min or 200 requests/10secs per IP address. (weight = 2)
{% hint style="info" %} See more details in API Rate limits {% endhint %}
Request
{% tabs %}
{% tab title="Get quote price" %} POST [ARCHIVE_ENDPOINT]
Body
{
"quote_price": {}
}
{% endtab %} {% endtabs %}
Response
{
"price_x18": "999944870000000000"
}