Quick Start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
For now, please contact us to apply for your API key.
Make your first request
To make your first request, send an authenticated request to the pets endpoint. This will create a pet
, which is nice.
Register through purse.
POST
https://api.metaforo.io/v2/purse/register
Register through purse.
Request Body
Name
Type
Description
web3_public_key*
String
public key acquired through purse.
api_key*
String
The API KEY
that assigned to you.
username*
String
Name of the user.
photo_url
String
Uploaded photo's url
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated