Developer Documentation
GLD Finance exposes public APIs and open smart contracts. Developers and analysts can integrate directly.
All APIs are RESTful with JSON responses. Rate limiting applies to POST endpoints (20 requests per 20 seconds per IP). GET endpoints are unrestricted for public data access.
Base URL
Content-Type
application/json
API Endpoints
Live price, TVL, volume data
Historical data (30 datapoints)
Pool data and liquidity info
Contract addresses and external links
System uptime and health check
Request OTC block trade quote
Apply as partner or market maker
Institutional onboarding request
Full OpenAPI 3.1 specification available for automated client generation and testing.
Interact directly with verified smart contracts on Ethereum mainnet.
Available on Trust page
0x45804880...EcbAf78
Available via /api/links
Fetch Live Metrics
curl -X GET "undefined/api/metrics" -H "Accept: application/json"
Submit OTC Request
curl -X POST "undefined/api/otc/request" -H "Content-Type: application/json" -d '{ "email": "trader@institution.com", "amount": "100000", "direction": "buy", "message": "Looking for 100k GLD block trade" }'
Need Help?
For technical support, integration questions, or API access issues, contact our development team.
Contact Support