'https://api.uniblock.dev/uni/v1/stellar-http/fee_stats?chainId=stellar' \
--header 'x-api-key: {{ API_KEY }}' \ --header 'Content-Type:
application/json' ```
</CodeGroup>
## Dynamic Path
Replace `API_KEY` with actual uniblock api key
<CodeGroup>
```bash curl --location
'https://api.uniblock.dev/uni/v1/stellar-http/accounts/GDAYVCINVNUZ57EOCN4FK2VVWGQ3L3NW37L6UJLZCK3C7S7CNSS5EHHG?chainId=stellar'
\ --header 'x-api-key: {{ API_KEY }}' \ --header 'Content-Type:
application/json' ```
</CodeGroup>
## Stellar Query Param
Replace `API_KEY` with actual uniblock api key
<CodeGroup>
```bash curl --location
'https://api.uniblock.dev/uni/v1/stellar-http/accounts/GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN/payments?chainId=stellar&limit=2'
\ --header 'x-api-key: {{ API_KEY }}' \ --header 'accept: application/json'