Skip to main content
Version: mainnet (v0.71)

Get deposit

Get a deposit by its ID

Path Parameters
    id string required

    Deposit ID, which can be obtained using the List Deposits query.

Responses

A successful response.


Schema
    deposit object

    Deposit matching the ID from the request.

    amount string
    asset string
    createdTimestamp int64
    creditedTimestamp int64
    id string
    partyId string
    status Status of the deposit

    Possible values: [STATUS_UNSPECIFIED, STATUS_OPEN, STATUS_CANCELLED, STATUS_FINALIZED]

    txHash string
Loading...