> For the complete documentation index, see [llms.txt](https://docs.coinlocally.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinlocally.com/futures/account.md).

# Account

## Get Futures Account Information

> Retrieve detailed futures account balance and position information.\
> \
> \*\*Security Type:\*\* USER\_DATA\
> \*\*Weight:\*\* 1 (IP/UID)

```json
{"openapi":"3.0.0","info":{"title":"Coinlocally Futures - Account Info","version":"1.0.0"},"servers":[{"url":"https://futuresopenapi.coinlocally.com"}],"paths":{"/fapi/v1/account":{"get":{"summary":"Get Futures Account Information","description":"Retrieve detailed futures account balance and position information.\n\n**Security Type:** USER_DATA\n**Weight:** 1 (IP/UID)","parameters":[{"name":"X-CH-SIGN","in":"header","required":true,"schema":{"type":"string"},"description":"Signature"},{"name":"X-CH-APIKEY","in":"header","required":true,"schema":{"type":"string"},"description":"Your API-key"},{"name":"X-CH-TS","in":"header","required":true,"schema":{"type":"integer"},"description":"Timestamp"}],"responses":{"200":{"description":"Successfully retrieved account information.","content":{"application/json":{}}}}}}}}
```
