Contracts by source endpoint
Method: GET
/gateway/contracts-by-source?id=<id>&limit=<limit>&page=<page>&sort=<sort>
- lists all the contracts that have been deployed based on the indicated source transaction id
Parameters:
id
- id of the contract source transactionlimit
[optional] - limits records to specific numberpage
[optional] - lists contracts for specific page numbersort
[optional] - sorts contracts in ascending or descending order (by default contracts are not sorted anyhow)
Examples:
https://gateway.warp.cc/gateway/contracts-by-source?id=aDeOsZuiu74fejWIsXAHCGPAW0KSRzINAsRxJFpCH6A
- contracts by source limited to 15, sorted in descending order, listing page 1
https://gateway.warp.cc/gateway/contracts-by-source?id=aDeOsZuiu74fejWIsXAHCGPAW0KSRzINAsRxJFpCH6A&limit=15&page=1&sort=desc