Last updated 28 days ago
Retrieve the current exchange rate from MYTH to USD.
Identifier for the environment that this request should interact with
GET /v1/exchange-rate HTTP/1.1 Host: Authorization: Bearer JWT x-mythical-environment-id: 123e4567-e89b-12d3-a456-426614174000 Accept: */*
Data about currency exchange rate
{ "ask": { "expiresAt": 1738728868, "rate": "0.33", "token": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Mzg3Mjg4NjgsImJhc2UiOiJNWVRIIiwicmF0ZXMiOnsiVVNEIjoxLjU2fX0.WLo4h7JoJcJyXJZceOBlr84DJ_k1cGWBJhqbzKcPbcWHzMgrXcsnEFNr_hrDKUVeI-x_qQn1XfcUSLsWh1qDZg" }, "bid": { "expiresAt": 1738728868, "rate": "0.33", "token": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3Mzg3Mjg4NjgsImJhc2UiOiJNWVRIIiwicmF0ZXMiOnsiVVNEIjoxLjU2fX0.WLo4h7JoJcJyXJZceOBlr84DJ_k1cGWBJhqbzKcPbcWHzMgrXcsnEFNr_hrDKUVeI-x_qQn1XfcUSLsWh1qDZg" } }