Skip to main content
GET
/
assets
Get assets
curl --request GET \
  --url https://beta.rocketfi.io/assets
{
  "assets": {
    "0": {
      "id": 0,
      "ticker": "USDC",
      "haircut": "0.01",
      "markPrice": "1.000000"
    }
  }
}

Path Parameters

pageNumber
integer
required

Page index for asset listing pagination.

Required range: x >= 0
pageSize
integer
required

Number of assets to return per page.

Required range: x >= 0

Response

200 - application/json

All assets

assets
object
required