/transactions/count
Returns the total number of transactions
Parameters
senderOPTIONAL :(string)- Address of the transaction senderreceiverOPTIONAL :(string)- Address of the transaction receivertokenOPTIONAL(string)- The token identifier (example:WEGLD-bd4d79)senderShardOPTIONAL :(number)- Id of the shard the sender address belongs toreceiverShardOPTIONAL :(number)- Id of the shard the receiver address belongs tominiBlockHashOPTIONAL :(string)- Filter by miniblock hashhashesOPTIONAL :(array[string])- Filter by a comma-separated list of transaction hashesstatusOPTIONAL :(string)- Status of the transaction (success / pending / invalid / fail)searchOPTIONAL :(string)- Search in data objectfunction:(string)- Filter transactions by function nameconditionDEPRECATED(string)- Condition for elastic search queriesbeforeOPTIONAL :(number)- Before timestampafterOPTIONAL :(number)- After timestamp
Returns
count:(number)- total number of transactions
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/transactions/count?sender=erd1te7tsja33s33dtgyga29m7jv6h7wuln96ptfjuu5gw0z2cvjgx6sn8qutd&token=WEGLD-bd4d79' \
-H 'accept: application/json'
Result
127