API Manual
How to work with NFTada.io?
Basics
Endpoint | https://api.nftada.io/v1/ |
---|---|
Daily Limits |
account with balance < 20₳ = 5000 calls account with balance >= 20₳ = 50000 calls |
Manual | Postman collection |
Specification
Body request (RAW) | Response (success) |
---|---|
PUT https://api.nftada.io/v1/info/default | |
empty |
|
PUT https://api.nftada.io/v1/image/add | |
base64-encoded image source |
|
PUT https://api.nftada.io/v1/image/list | |
empty |
|
PUT https://api.nftada.io/v1/image/delete/{{ipfsId}} | |
empty |
|
PUT https://api.nftada.io/v1/policy/new | |
|
|
PUT https://api.nftada.io/v1/policy/list | |
empty |
|
PUT https://api.nftada.io/v1/policy/delete/{{policyId}} | |
empty |
|
PUT https://api.nftada.io/v1/mint/new | |
|
|
PUT https://api.nftada.io/v1/mint/list | |
empty |
|
Responses
Every response is json-encoded array. Every response contain response-code as
code
. If is request valid, you are always getting 200
. In other cases, you are getting code
(403, 400,...) and message
(like: invalid policy etc).