Gas Station Object

Gas Station object

A gas station wallet is used as an object in our platform. Users are attached to wallets and take part in a quorum. Assets, transactions, and transfers are under the wallet. A wallet is identified in the system by its unique ID, the UUID.

The following table describes the fields in the REST API messages for organizations:

FieldTypeDescription
idstringA unique ID of the gas station wallet.
created_atdateThe creation time of the gas station wallet.
Standard format of timestamp with a time zone.
ISO_8601
updated_atdateThe time when the gas station wallet details were last updated.
Standard format of timestamp with a time zone.
ISO_8601
namestringThe exposed name of the wallet.
typestringThe wallet type; eg: Trading/Native
pending_usd_balancenumberThe amount of pending balance of the assets in the wallet in USD. For example 1000 USD.

The amount of USD balance to be taken off of the USD balance after the transaction is succeeded/ failed.
total_usd_balancenumberThe available balance of the asset in the wallet in USD. For example 1000 USD.

When sending a transaction the balance is updated accordingly.
key_idstringThe key identifier that belongs to the wallet.
blockchainstringThe wallet's blockchain.
addressstringThe address of the wallet.
imagestringThe link to the wallet's logo.
descriptiontextThe description of the wallet.
num_quorumstringThe current quorum size of the wallet.
group_idstringThe wallet-group id this wallet belongs to. See Wallet-Group Object.
organization_idstringThe organization id this wallet belongs to. See Organization Object.
active_election_idstringThe latest election id that is conducted on this wallet. See Election Object.