Get currency by ID

Retrieve detailed information for a specific currency using its hash identifier

Path parameters

idstringRequired

Currency hash identifier (e.g., ‘cur_abc123’, ‘cur_def456’)

Response

Gets a currency by ID
idstring
namestring
symbolmap from strings to any
shortNamestring
decimalsdouble

Número de posiciones decimales de la moneda

createdAtdatetime
updatedAtdatetime

Errors

400
Get Currency by ID Request Bad Request Error
404
Get Currency by ID Request Not Found Error
422
Get Currency by ID Request Unprocessable Entity Error
500
Get Currency by ID Request Internal Server Error