Skip to main content
GET
/
v1
/
funds
/
{abbreviation}
/
documents
List Fund Documents
curl --request GET \
  --url https://sandbox.api.rime.finance/v1/funds/{abbreviation}/documents \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "doc-550e8400-e29b-41d4-a716-446655440000",
      "url": "https://docs.rime.finance/funds/JPMA/prospectus.pdf?expires=1640995200&signature=abc123",
      "type": "FEEDER_FUND"
    },
    {
      "id": "doc-660e8400-e29b-41d4-a716-446655440001",
      "url": "https://docs.rime.finance/funds/JPMA/kiid.pdf?expires=1640995200&signature=def456",
      "type": "FEEDER_FUND"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer access token. Provide as a Authorization: Bearer <token> header.

Path Parameters

abbreviation
string
required

Unique abbreviation identifier of the feeder fund.

Response

Fund documents retrieved successfully

data
DocumentSchema · object[]
required