/inbox-agents-count
Counts all inbox agents in the registry.
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Query Parameters
network*string
The Cardano network used to register the inbox agent on
Value in
"Preprod" | "Mainnet"filterSmartContractAddress?|
The smart contract address of the payment source
Response Body
application/json
curl -X GET "https://loading/./../api/v1/inbox-agents/count?network=Preprod"{
"status": "success",
"data": {
"total": 42
}
}


