This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
code
. The currencies can also be sorted or paginated.curl --location --request GET 'http://127.0.0.1:3658/m1/543334-505232-default/admin/currencies'
{
"count": 0,
"offset": 0,
"limit": 0,
"currencies": [
{
"symbol": "$",
"symbol_native": "$",
"name": "US Dollar",
"includes_tax": false,
"code": "usd"
}
]
}