Get all account symbols .

GET

Returns a list of symbols for an individual account.

Request

/accounts/{account_id}/symbols

Response

{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 115,
        "limit": 1000,
        "order": "desc",
        "last_id": 4061
    },
    "data": [
        {
            "id": 4908,
            "created_at": "2021-03-15T16:13:07.000000Z",
            "updated_at": "2021-03-15T16:13:07.000000Z",
            "symbol": "USDAUS",
            "active": "yes"
        },
        .....more symbols.....
    ]
}

Stay in the loop..

Sign up to our newsletter to keep up-to-date.