Currencies

Get a list of currencies defined in the system. You can use fiat and crypto endoints to filter the currencies Returnes a list of active fiat and crypto currencies. Will return the name of the coin in mainnet and testnet. There is the description of the currency object down below:

get-currencies

Returnes a list of active fiat and crypto currencies.

SecurityAuthorization
Request
header Parameters
Authorization
required
string

auth header for JWT

Example: <JWT token>
Responses
200

Success

401

Unauthorized

get/currencies
Response samples
application/json
{
  • "api_message": "<string>",
  • "api_data": {
    }
}

get-crypto-currencies

Returnes a list of active crypto currencies. Same as currencies but limited to crypto

SecurityAuthorization
Request
header Parameters
Authorization
required
string

auth header for JWT

Example: <JWT token>
Responses
200

Success

401

Unauthorized

get/currencies/crypto
Response samples
application/json
{
  • "api_message": "<string>",
  • "api_data": {
    }
}

get-fiat-currencies

Returnes a list of active crypto currencies. Same as currencies but limited to fiat

SecurityAuthorization
Request
header Parameters
Authorization
required
string

auth header for JWT

Example: <JWT token>
Responses
200

Success

401

Unauthorized

get/currencies/fiat
Response samples
application/json
{
  • "api_message": "<string>",
  • "api_data": {
    }
}