Currencies
Supported Fiat Currencies, Coins, StableCoins and Tokens.
The Currency Object
Name
Type
Description
Id
Number
Unique identifier for the object
name
String
Currency name
symbol
String
A symbol describes currency
currencyType
String
A type of currency: crypto or fiat
minPayout
Number
A minimum withdrawal value
createdAt
Date
Time at which the object was created
Lists all currencies
GET
/api/v2/currencies
Get a list of all supported currencies.
Query Parameters
Name
Type
Description
page
number
Current Page
Last updated