For the complete documentation index, see llms.txt. This page is also available as Markdown.

Current price request

The method allows you to get the current price of an asset in relation to another

Current price request

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

Body of current price request

fromstringRequired

Outgoing coin

tostringRequired

Incoming coin

Responses
200Success
application/json

Successful response

successbooleanRequired

Request success indicator

responsestringRequired

Current exchange rate

Example: 2000
post
/api-gateway/price-rate
200Success

Last updated