cURL
curl --request GET \ --url https://api.odin.fun/v1/currency/{symbol} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "amount": 123, "datetime": "2023-11-07T05:31:56Z", "symbol": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Gets currency that is less than or equal to this datetime