Create a contract
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
Create a contract
Create a contract for an app.
POST
/
v1
/
apps
/
{appId}
/
contracts
curl --request POST \
--url https://api.bitski.com/v1/apps/{appId}/contracts \
--header 'Content-Type: application/json' \
--data '{
"contract": {},
"contracts": [
{}
],
"error": {}
}'
Path Parameters
Body Parameters
Response
id
UNKNOWN
NON_FUNGIBLE_AUCTION
NON_FUNGIBLE
SEMI_FUNGIBLE
ZORA_AUCTION
curl --request POST \
--url https://api.bitski.com/v1/apps/{appId}/contracts \
--header 'Content-Type: application/json' \
--data '{
"contract": {},
"contracts": [
{}
],
"error": {}
}'