Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1000 Bytes

Deposit.md

File metadata and controls

16 lines (12 loc) · 1000 Bytes

Deposit

Properties

Name Type Description Notes
updated_timestamp int The timestamp (seconds since the Unix epoch, with millisecond precision)
state str Deposit state, allowed values : `pending`, `completed`, `rejected`, `replaced`
received_timestamp int The timestamp (seconds since the Unix epoch, with millisecond precision)
currency str Currency, i.e `"BTC"`, `"ETH"`
address str Address in proper format for currency
amount float Amount of funds in given currency
transaction_id str Transaction id in proper format for currency, `null` if id is not available

[Back to Model list] [Back to API list] [Back to README]