List Currencies
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/exchange/currencies HTTP/1.1
Host: api.s1.show
Accept: */*
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"audit": {
"created": {
"at": "2026-03-30T19:50:04.083Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2026-03-30T19:50:04.083Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"deleted": {
"at": "2026-03-30T19:50:04.083Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"icon": "text",
"revision": 1,
"id": "text",
"name": "text",
"code": "text",
"precision": 1,
"statistics": {
"sellerCount": 1,
"pairCount": 1
},
"status": "Active"
}
]
}