Masumi Logo

/registry-source

Gets all registry sources

GET
/registry-source
token<token>

API key authentication via header (token)

In: header

Query Parameters

cursorId?string
Lengthlength <= 550
limit?integer
Default10
Range1 <= value <= 50

Response Body

curl -X GET "https://loading/./../api/v1/registry-source/?cursorId=string&limit=10"
{
  "data": {
    "sources": [
      {
        "id": "unique-cuid-v2-auto-generated",
        "type": "Web3CardanoV1",
        "policyId": "policyId",
        "url": "optional_url",
        "note": "optional_note",
        "rpcProviderApiKey": "optional_apikey",
        "network": "Preprod",
        "latestPage": 1,
        "latestIdentifier": "optional_latestIdentifier"
      }
    ]
  },
  "status": "success"
}