endpoints

payment required

address0x38eEA5f5d4F98C9f8CC689E15D1A94f42c856041
amount0.01 ETH
networkethereum mainnet
valid for30 days

include wallet address in auth header:

Authorization: Bearer YOUR_WALLET_ADDRESS

monitoring

monitor uptime9d 1h 38m 35s
endpoints tracked3
started2025-11-06 22:07:21 UTC

status

endpointstatusuptimeresponse timecheckslast 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

available endpoints

methodendpointurlprotected
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

Funding History

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

Latest Funding Rate

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"

Secondary Service

Access to additional protected service endpoints. Requires same payment verification as main API.

curl -H "Authorization: Bearer 0xYourWallet" \
     "http://localhost:8091/endpoint"

API Documentation

This documentation page listing all available endpoints, payment instructions, and usage examples.

curl http://localhost:8085/

API Info (JSON)

Machine-readable API information in JSON format including all endpoint details and payment requirements.

curl http://localhost:8085/api/info

Health Check

Simple health check endpoint for monitoring API availability and status.

curl http://localhost:8085/health

updated: 2025-11-15 23:45:57 UTC