Skip to main content
GET
/
currency
/
{symbol}
cURL
curl --request GET \
  --url https://api.odin.fun/v1/currency/{symbol}
{
  "id": 123,
  "amount": 123,
  "datetime": "2023-11-07T05:31:56Z",
  "symbol": "<string>"
}

Path Parameters

symbol
string
required

Query Parameters

datetime
string

Gets currency that is less than or equal to this datetime

Response

default - application/json
id
integer
required
amount
number
required
datetime
string<date-time>
required
symbol
string
required
I