Get a contract's token templates
Overview
WaaS React SDK
Wallet as a Service (WaaS)
- Overview
- Quickstart
- Errors
- Pagination
- Wallet Creation APIs
- Wallet Experience APIs
- NFT APIs
- Web3 APIs
- SDK
Integrations
- Get Started
- Authentication
- Connectors
- FAQ
- Partners
Get a contract's token templates
Get token templates for a contract.
GET
/
v1
/
apps
/
{appId}
/
contracts
/
{contractId}
/
token-templates
Copy
curl --request GET \
--url https://api.bitski.com/v1/apps/{appId}/contracts/{contractId}/token-templates \
--header 'Content-Type: application/json' \
--data '{
"contracts": [
{}
],
"error": {}
}'
Path Parameters
Response
UNKNOWN
NON_FUNGIBLE_AUCTION
NON_FUNGIBLE
SEMI_FUNGIBLE
ZORA_AUCTION
Copy
curl --request GET \
--url https://api.bitski.com/v1/apps/{appId}/contracts/{contractId}/token-templates \
--header 'Content-Type: application/json' \
--data '{
"contracts": [
{}
],
"error": {}
}'