/payment-count
Gets the total count of payments.
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Query Parameters
network*string
The network the payments were made 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/payment/count?network=Preprod"{
"status": "Success",
"data": {
"total": 150
}
}


