Get currencies
Last updated
{
"data": [
{
"id": 1,
"code": "USD",
"type_id": 1
},
{
"id": 2,
"code": "EUR",
"type_id": 1
},
...
{
"id": 10,
"code": "ETH",
"type_id": 2
}
]
}