Masumi Logo

/registry-count

Gets the total count of AI agents.

GET
/registry/count
token<token>

API key authentication via header (token)

In: header

Query Parameters

network*string

The Cardano network used to register the agent on

Value in"Preprod" | "Mainnet"
filterSmartContractAddress?|

The smart contract address of the payment source

filterPaymentSourceType?string

Filter by payment source type

Value in"Web3CardanoV1" | "Web3CardanoV2"

Response Body

application/json

curl -X GET "https://loading/./../api/v1/registry/count?network=Preprod"
{
  "status": "Success",
  "data": {
    "total": 42
  }
}
Masumi Kanji