Transactions
GET {{BASE_URL}}/wallet/transactions?limit=10&offset=0&account_id=6363d6bf9cd17050ec9eaf73
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
offset | number | ||
account_id | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api-key | string | ||
public-key | string | ||
reference-id | string |
RESPONSES
status: OK
{"status":"success","message":"Account Transactions","data":[],"rec":{"offset":10,"total":0}}