Skip to main content

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:
curl --request GET \
  --url https://api.uniblock.dev/direct/v1/Helius/v0/addresses/{address}/transactions \
  --header 'accept: application/json' \
  --header 'x-api-key: YOUR_UNIBLOCK_API_KEY'

Transaction

GET

PathEst. CUDescription
direct/v1/Helius/v0/addresses/{address}
/transactions
5000Returns an enriched transaction history for a given address.

POST

PathEst. CUDescription
direct/v1/Helius/v0/transactions5000Returns an array of enriched, human-readable versions of the given transactions.