Account Contracts
The getAccountContracts
API method provides the client with a list of available NFT smart contracts that can be used with the Wallet and Minting APIs. Need to have NFT contracts set up, or want to add your own? Reach out to us.
Endpoint Details
Description
Data
Examples
curl -X GET 'https://sandbox.api.labs.zelus.io/v1/account/contracts' \
-H "x-api-key: YOUR_API_KEY"
Notes
The request to this endpoint does not require any specific parameters or form-data.
The response will contain a list of active NFT contracts available for the customer. If an error occurs, an
IResponseError
object may be included in the response.
Last updated
Was this helpful?