Internal API Hooks
Every single API call made can be found here, such as Koii SDK
Last updated
Every single API call made can be found here, such as Koii SDK
Last updated
Everything inside is a React-query . Take a look at documentation as it is a fundamental tool in Koii-X.
An example of these hooks is the query hook, where we fetch, cache, and synchronize the single NFT data from Koii API.
As you can see we're simple fetching axios
the NFT content from https://mainnet.koii.live//attention/nft?id=${id}
The rest of the files inside folder are related to , , , and calls.