Helius — Direct API Endpoints
Helius provides 2 unique direct API endpoints across the following categories:- Transaction (2 endpoints)
Learn more: Helius Documentation
Prefix and Example
Prefix: No prefix is required for Helius, an example URL will therefore look like:https://api.uniblock.dev/direct/v1/Helius + /[Helius_endpoint].
Example Request:
Transaction
GET
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/Helius/v0/addresses/{address} /transactions | 5000 | Returns an enriched transaction history for a given address. |
POST
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/Helius/v0/transactions | 5000 | Returns an array of enriched, human-readable versions of the given transactions. |