Skip to content

Currency

GET
/v1/currency
curl --request GET \
--url https://example.com/api/v1/currency

OK

Media type application/json
object
code
string
decimals
integer
local
string
name
string
symbol
string
Example generated
{
"code": "example",
"decimals": 1,
"local": "example",
"name": "example",
"symbol": "example"
}