Creator endpoint
Method: GET
/gateway/creator?id=<id>&limit=<limit>&page=<page>&txType=<txType>
- lists all the transactions (interactions, contracts) which created by specific address
Parameters:
id
- id of the wallet addresslimit
[optional] - limits records to specific numberpage
[optional] - lists contracts for specific page numbertxType
[optional] - lists only transactions of specific type - eithercontract
orinteraction
, when no type is indicated, all transactions will be loaded
Examples:
https://gateway.warp.cc/gateway/creator?id=aDeOsZuiu74fejWIsXAHCGPAW0KSRzINAsRxJFpCH6A
- transactions created by specific address limited to 15, page 1
https://gateway.warp.cc/gateway/creator?id=yTDyzCCEwTwBJc2gWRHQ-mogowpvk2IB5v82mo73gpI&limit=15&page=1
- transactions of type
contract
created by specific addresshttps://gateway.warp.cc/gateway/creator?id=yTDyzCCEwTwBJc2gWRHQ-mogowpvk2IB5v82mo73gpI&txType=contract