Getting Started
Welcome to the Blockchain Bureau Enquiry API, your access point for reliable blockchain wallet data. This guide will help you get started with making API requests. Before you can begin querying wallet data, you need to register with us to obtain authentication credentials.
Step 1: Register for API Access
To use this API, you must first register to receive the necessary credentials. Contact us at support@blockchainbureau.com or visit our contact page. Once registered, you will receive authentication credentials that allow you to securely access the API.
Step 2: Authenticating Your Requests
All requests to the Blockchain Bureau Enquiry API require authentication. After obtaining your API Key, you must include it in the x-api-key
header of each request as follows:
x-api-key: "apiKey"
Step 3: Start Making API Requests
With your API Key in hand, you can start querying wallet data using the /v1/wallet/{wallet_address}/enquiry
endpoint. For example, you can retrieve information on a specific wallet by including the wallet address in the request path.
If you have any questions or need further assistance, feel free to contact our support team at support@blockchainbureau.com. We're here to help you make the most of the Blockchain Bureau Enquiry API!