Referral and request referer
How a signup referral code is saved, and how a product API request can send a custom referer.
Referral and request referer
A product API request may include a custom referer header.
- Send
X-Referrer: your-ref-code, orX-Referer: your-ref-code. - If both headers are present,
X-Referreris the value that is stored. - If neither custom header is present, the standard
Refererheader is stored. - Requests without a custom header are served as usual.
- Any other header value is stored the same way.
your-ref-codeis the example value.
A signup link may include a referral code:
https://console.apibricks.io/?ref=your-ref-code
The website also appends ampDeviceId to outbound links. After sign-in, the console saves ref and ampDeviceId with the account email by calling POST /api/attribution/link.
Breaking changes are announced in the CoinAPI changelog and the FinFeedAPI changelog before they ship.
Understanding Usage Credits, Committed Plans, and Overage Billing
Learn how Usage Credits work across API Bricks products, how committed plans apply discounts, and how usage over plan limits is billed.
Security and Compliance
Comprehensive overview of CoinAPI's security measures, compliance standards, and authentication methods.
