Data API

Endpoint & Authentication

https://api.ofa.titanbuilder.xyz/v1/{chain}/

Replace {chain} with one of:

  • eth (ETH mainnet)

  • base (Base mainnet)

Authentication

To authenticate your requests, include your API key in the Authorization header of each request. The API key is a unique string assigned to you and must be included in the following format:

Authorization: Bearer <your-api-key>

Last updated