Skip to main content

Wallet Object

A Wallet represents a blockchain wallet that holds stablecoin tokens for a customer.

THE WALLET OBJECT
{
"id": "ffdda2d3-4278-45ac-b244-8499dc1a8906",
"wallet_name": "Main Wallet",
"chain": "POLYGON",
"currency_id": "COPM",
"address": "0xacf8D012Fb6245aFD475E3ecae90cFAfC2c601A3",
"created_at": "2023-10-05T19:05:10.747Z",
"updated_at": "2023-10-05T19:05:10.747Z"
}

Attributes

iduuid

Id of this wallet.

wallet_namestring

Custom name of this wallet.

chainstring

Chain of this wallet.

currency_idstring

Token currency of this wallet. Example: COPM.

addressstring

Address of this wallet.

created_atstring

Creation date of this wallet.

updated_atstring

Last update date of this wallet.