v1
latestOpenAPI 3.0.32026-08-0623677345.2 KBCollections
List currencies
Reference catalogue of currencies. Public endpoint — does not require authentication or workspace headers.
get/generals/currencies/
Query parameters
pageinteger
Page number to retrieve (1-indexed).
page_sizeinteger
Number of items per page.
countrystring
namestring
Response
Paginated currency list.
Example response
{
"count": 142,
"results": [
{
"id": "CLP"
}
]
}