/registry-source
Gets all registry sources
token<token>
API key authentication via header (token)
In: header
Query Parameters
cursorId?string
Length
length <= 550
limit?integer
Default
10
Range
1 <= 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"
}