Developer Documentation

GLD Finance exposes public APIs and open smart contracts. Developers and analysts can integrate directly.

API Overview

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

/api/metrics
GET

Live price, TVL, volume data

Response:
Real-time GLD metrics and USD pricing
/api/metrics-history
GET

Historical data (30 datapoints)

Response:
Time-series data for charts and analysis
/api/pools
GET

Pool data and liquidity info

Response:
Uniswap pool metrics and token data
/api/links
GET

Contract addresses and external links

Response:
Etherscan links, Uniswap URLs, contracts
/api/health
GET

System uptime and health check

Response:
Service status and performance metrics
/api/otc/request
POST

Request OTC block trade quote

Response:
OTC desk contact and reference ID
/api/partners/apply
POST

Apply as partner or market maker

Response:
Partnership application submission
/api/institutional/request
POST

Institutional onboarding request

Response:
Institutional access application
OpenAPI Specification

Full OpenAPI 3.1 specification available for automated client generation and testing.

Note: Swagger UI available in development environment only.
Smart Contracts

Interact directly with verified smart contracts on Ethereum mainnet.

GLD Token:Available on Trust page
PAXG Token:0x45804880...EcbAf78
Uniswap Pool:Available via /api/links
View Contracts
Example Usage

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
Institutional Desk:institutional@gld.finance
OTC Hotline:+1 (000) 000-0000
Proof of Reserves: Current
KYC/AML: Active
Audit: Pending