Getting Started
How to get started with the Vaultoro API.
Getting Your Awesome Vaultoro API Running
$ curl -H "VTOKEN: $TOKEN" -H 'Content-type: application/json' https://api.vaultoro.com/v1/me{
"data": {
"countryHandle": "DE",
"createdAt": 1594306991,
"defaults": {
"currency": "EURCENT",
"pair": "GOLDBTC"
},
"email": "[email protected]",
"flags": {
"optInNewsletter": true,
"verified": true
},
"identity": {
"address": "1 Long Road",
"city": "Somewhere",
"firstName": "Simon",
"lastName": "Awesome",
"zipCode": "90210"
},
"languageHandle": "EN"
}
}
Rate Limiting
What Next?
Last updated