Meta Data Endpoints
General Endpoints
Health Check
GET /api/v0/health-check200Get Exchange Rate
GET /api/v0/get-exchange-rateGet App State
Last updated
Was this helpful?
GET /api/v0/health-check200GET /api/v0/get-exchange-rateLast updated
Was this helpful?
Was this helpful?
{
"SatoshisPerDeSoExchangeRate":498484,
"NanosSold":8491518125648433,
"USDCentsPerBitcoinExchangeRate":3608200
}POST /api/v0/get-app-state{
"AmplitudeKey": "",
"AmplitudeDomain": "api.amplitude.com",
"MinSatoshisBurnedForProfileCreation": 50000,
"IsTestnet": false,
"SupportEmail": "[email protected]",
"ShowProcessingSpinners": true,
"HasStarterDeSoSeed": false,
"HasTwilioAPIKey": false,
"CreateProfileFeeNanos": 10000000,
"CompProfileCreation": false,
"DiamondLevelMap": {
"1": 50000,
"2": 500000,
"3": 5000000,
"4": 50000000,
"5": 500000000,
"6": 5000000000,
"7": 50000000000,
"8": 500000000000
},
"HasWyreIntegration": false,
"Password": ""
}