Skip to main content
GET
/
v3
/
currencies
/
{currency}
Read Currency
curl --request GET \
  --url http://localhost/api/v3/currencies/{currency}
{
  "data": {
    "id": 123,
    "from": "<string>",
    "to": "<string>",
    "rate": 123,
    "is_system": true,
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

currency
integer
required

The currency ID

Response

Currency

data
Currency · object
required