Skip to main content

Item

Methods

GetItemSummary

GetItemSummary(accountAddress: string, contractQuery?: bool) => (summary: map<string,ItemSummary>)

Developer Authentication Required
curl -X POST  -H 'content-type: application/json' -H 'authorization: BEARER token'\
--data-raw '{"accountAddress":"0x0000000000000000000000000000000000000000"}' \
'https://api.skyweaver.net/rpc/SkyWeaverAPI/GetItemSummary'

GetItemSupply

GetItemSupply(tokenID: uint64) => (summary: map<string,Item>)

No Authentication Required
curl -X POST  -H 'content-type: application/json' \
--data-raw '{"tokenID":tokenID}' \
'https://api.skyweaver.net/rpc/SkyWeaverAPI/GetItemSupply'