QAF NFT
Search
K
Comment on page

Getting Started

Before using any QAF products or APIs, it is important to read through this page to ensure that you have a good understanding of how they work and what they can do.

Onboarding

At QAF, we focus on simplifying blockchain-related processes for our clients. To begin using our products, you will need to onboard through the back office. Once you have completed the onboarding process, you will be able to obtain API credentials from the back office and start integrating the necessary services.

Back Office Urls

Base API Urls

Production: https://api.qafnft.com

Base Response Model

Key
Type
Description
data
Object
Represents the result of your process. It can be string, object or null.
message
String
Represents the error description. Returns null if your request is processed successfully.
error
Boolean
Represents if an error occurred while processing your request. It can be true or false.
code
Number
Represents the internal error code. Returns 0 if your request is processed successfully. P.S. : It is not HTTP Status code.
Last modified 9mo ago