| address | 0x38eEA5f5d4F98C9f8CC689E15D1A94f42c856041 |
| amount | 0.01 ETH |
| network | ethereum mainnet |
| valid for | 30 days |
include wallet address in auth header:
Authorization: Bearer YOUR_WALLET_ADDRESS
| monitor uptime | 9d 1h 38m 35s |
| endpoints tracked | 3 |
| started | 2025-11-06 22:07:21 UTC |
| endpoint | status | uptime | response time | checks | last check |
|---|---|---|---|---|---|
| Funding History | down | 0.0% | 0ms | 0/26118 | 23:45:51 |
| Latest Funding Rate | down | 0.0% | 0ms | 0/26118 | 23:45:51 |
| Secondary Service | down | 0.0% | 0ms | 0/26118 | 23:45:51 |
| method | endpoint | url | protected |
|---|---|---|---|
| POST | Funding History | http://localhost:8090 |
yes |
| GET | Latest Funding Rate | http://localhost:8090 |
yes |
| GET | Secondary Service | http://localhost:8091 |
yes |
| GET | API Documentation | http://localhost:8085 |
no |
| GET | API Info (JSON) | http://localhost:8085 |
no |
| GET | Health Check | http://localhost:8085 |
no |
Get historical funding rates for a specific coin with time range filtering. Returns detailed funding data including timestamps, rates, and premiums.
curl -X POST -H "Authorization: Bearer 0xYourWallet" \
-H "Content-Type: application/json" \
-d '{"type":"fundingHistory","coin":"ETH","startTime":1640995200000,"endTime":1641081600000}' \
http://localhost:8090/info
Get the most recent funding rate for a specified coin. Returns the latest available funding rate data from the last 12 hours.
curl -H "Authorization: Bearer 0xYourWallet" \
"http://localhost:8090/latest?coin=ETH"
Access to additional protected service endpoints. Requires same payment verification as main API.
curl -H "Authorization: Bearer 0xYourWallet" \
"http://localhost:8091/endpoint"
This documentation page listing all available endpoints, payment instructions, and usage examples.
curl http://localhost:8085/
Machine-readable API information in JSON format including all endpoint details and payment requirements.
curl http://localhost:8085/api/info
Simple health check endpoint for monitoring API availability and status.
curl http://localhost:8085/health
updated: 2025-11-15 23:45:57 UTC