Quick Start
The Rareful API is a complete toolkit to power rich NFT experiences inside apps and games
Get your API keys
Make your first request
Test your API connection
{
"data": {
"Authenticated": True
},
"status": 200,
"message": "Congrats you're Authenticated and ready to make requests!"
}{
"data": {},
"status": 400,
"message": "There was an error"
}{
"data": {},
"status": 401,
"message": "Not Authorized"
}Last updated