Last updated 4 months ago
/v1/exchange-rate
Bearer token to be passed for Authorization. Can be retrieved from v1/auth/token
Identifier for the environment that this request should interact with
curl -L \ --request POST \ --url '/v1/exchange-rate' \ --header 'Authorization: text' \ --header 'x-mythical-environment-id: 123e4567-e89b-12d3-a456-426614174000'
{ "bidPrice": 0.32, "askPrice": 0.34 }