openloot/currencies_list
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.ambrus.studio/v2-testing/account/openloot/currencies' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"data": {
"items": [
{
"id": "string",
"name": "string",
"slug": "string"
}
],
"pageSize": 0,
"currentPage": 0,
"totalPages": 0,
"totalItems": 0
},
"statusCode": 0,
"message": "string",
"totalPage": 0
}
Modified at 2025-09-30 08:57:26