Last updated 1 year ago
CreatorAddress is the address of contract creator
A successful response.
Pagination defines the pagination in the response.
const response = await fetch('/cosmwasm/wasm/v1/contracts/creator/{creator_address}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "contract_addresses": [ "text" ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }