Payments API now live! Read more at API Reference
curl --request GET \
--url https://platform.usewarp.net/api/zk-proofs/check-deployment \
--header 'Authorization: Bearer <token>'{
"status": "pending",
"contractAddress": "<string>"
}Check the status of a contract deployment
curl --request GET \
--url https://platform.usewarp.net/api/zk-proofs/check-deployment \
--header 'Authorization: Bearer <token>'{
"status": "pending",
"contractAddress": "<string>"
}Was this page helpful?