Currency
Last updated
Currency entity represents currencies used by CSPR Rate and Fungible token rate APIs.
The Currency entity has the following properties:
id
int
Currency identifier
code
string
Currency code
type_id
int
1 for fiat currency, 2 for cryptocurrencies
Example
{
"id": 1,
"code": "USD",
"type_id": 1
}None
The Currency entity has the following relations with other entities:
currency_id
Fungible token daily rates are returned for different currencies
The Currency entity has the following endpoints:
Last updated
