For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create currency

Creates a new currency.

post

Accepts multipart form data with a currency payload and an icon file.

Body
iconstring · binaryOptional

Icon for the new currency

Responses
201

Created

application/json

Represents currency in exchange module.

iconstring · nullableOptional
revisioninteger · int32Optional
idstringOptional

The unique identifier of the currency.

namestringOptional

The name of the currency.

codestringOptional

The ISO code of currency

precisioninteger · int32Optional

Precision of the currency

statusstring · enumOptional

Currency status enumeration

Possible values:
post/public/v1/exchange/currencies

Last updated

Was this helpful?