Currencies

This section describes the endpoints related to currencies in the Crymbo API.

get-currencies

Returns a list of all available currencies (fiat and crypto).

SecurityAuthorization
Request
header Parameters
Authorization
required
string

Authorization header with JWT token.

Example: Bearer <JWT token>
Responses
200

Success

401

Unauthorized – Missing or invalid token.

get/currencies
Response samples
application/json
{
  • "currencies": [
    ]
}