Skip to main content

Get account by id

GET 

/v1/accounts/:account_id

Get account by id

The get_account_by_id endpoint retrieves detailed information about a specific account identified by its unique ID. Optionally, it can also return associated cryptocurrency coins if requested. This endpoint supports caching mechanisms to enhance performance and reduce load times.

Request

Path Parameters

    account_id uuidrequired

    Account id

Query Parameters

    coins boolean

    Get account coins

Responses

Ok

Schema
    activeThisMonth booleannullable
    address stringrequired
    approversQuantity int32nullable
    chainPath stringrequired
    createdAt date-timerequired
    exchangeApiKey stringnullable
    exchangeApiSecret stringnullable
    id uuidrequired
    isActive booleanrequired
    isImported booleanrequired
    name stringrequired
    transactionLimit stringrequired
    type stringrequired
    walletId uuidrequired
Loading...