GET
/
assets
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
  }
}

Headers

api_key
string
required

Query Parameters

page
number
limit
number
projectId
number
required

Response

200
application/json
Success response
assets
object[]
required
pagination
object
required