Last updated 1 year ago
A successful response.
pagination defines the pagination in the response.
const response = await fetch('/cosmwasm/wasm/v1/codes/pinned', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code_ids": [ "text" ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }