curl --request GET \
--url http://localhost:4000/assets \
--header 'api_key: <api_key>'
{
"assets": [
{
"created_at": "<string>",
"fractions": 123,
"id": "<string>",
"name": "<string>",
"owner": "<string>",
"symbol": "<string>",
"updated_at": "<string>"
}
],
"pagination": {
"limit": 123,
"page": 123,
"total": 123,
"totalPages": 123
}
}
curl --request GET \
--url http://localhost:4000/assets \
--header 'api_key: <api_key>'
{
"assets": [
{
"created_at": "<string>",
"fractions": 123,
"id": "<string>",
"name": "<string>",
"owner": "<string>",
"symbol": "<string>",
"updated_at": "<string>"
}
],
"pagination": {
"limit": 123,
"page": 123,
"total": 123,
"totalPages": 123
}
}
Success response
The response is of type object
.