Accounts Info

Check the list of assets currently held by members.

Check the list of assets currently held by members.

GET https://api.myapi.com/v1/v1/accounts

Request Body

Name
Type
Description

currency*

String

English capital code for currency (symbol name)

balance*

String

Orderable amount/quantity

locked

String

Amount/quantity ordered and unavailable

avgBuyPrice*

String

the average purchase price

unitCurrency*

String

Flat unit price base currency (USDT, BTC...)

avgBuyPriceModified

Boolean

Whether the average purchase price is modified

{
    "name"="Wilson",
    "owner": {
        "id": "sha7891bikojbkreuy",
        "name": "Samuel Passet",
    "species": "Dog",}
    "breed": "Golden Retriever",
}

Good to know: This API method was created using the API Method block, it's how you can build out an API method documentation from scratch. Have a play with the block and you'll see you can do some nifty things like add and reorder parameters, document responses, and give your methods detailed descriptions.

Last updated