OpenMeter Currencies
Get custom currency
Get a custom currency.
get/openmeter/currencies/custom/{currencyId}
Path parameters
currencyIdstring required
ULID (Universally Unique Lexicographically Sortable Identifier).
Example:01G65Z755AFWAKHE12NY0CQ9FH
Response
CurrencyCustom response.
Example response
{
"id": "01G65Z755AFWAKHE12NY0CQ9FH",
"created_at": "2023-01-01T01:01:01.001Z",
"cost_basis": [
{
"id": "01G65Z755AFWAKHE12NY0CQ9FH",
"fiat_code": "USD",
"effective_from": "2023-01-01T01:01:01.001Z",
"effective_to": "2023-01-01T01:01:01.001Z",
"created_at": "2023-01-01T01:01:01.001Z"
}
]
}