/tokens/:identifier:/transfers/count
Return total count of tranfers triggerred by a user account (type = Transaction), as well as transfers triggerred by smart contracts (type = SmartContractResult)
Parameters
identifier
REQUIRED(string)
- Search by token identifiersender
OPTIONAL :(string)
- Address of the transaction senderreceiver
OPTIONAL :(string)
- Address of the transaction receiversenderShard
OPTIONAL :(number)
- Id of the shard the sender address belongs toreceiverShard
OPTIONAL :(number)
- Id of the shard the receiver address belongs tominiBlockHash
OPTIONAL :(string)
- Filter by miniblock hashhashes
OPTIONAL :(array[string])
- Filter by a comma-separated list of transaction hashesstatus
OPTIONAL :(string)
- Status of the transaction (success / pending / invalid / fail)search
OPTIONAL :(string)
- Search in data objectfunction
:(string)
- Filter transactions by function namebefore
OPTIONAL :(number)
- Before timestampafter
OPTIONAL :(number)
- After timestamp
Returns
count
:(number)
- total count of tranfers triggerred by a user account
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/tokens/ASTRO-91f2cc/transfers/count' \
-H 'accept: application/json'
Result
92