Skip to main content
id
string
required
Required string length: 36
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

exchange
enum<string>
required

Source exchange identifier

Available options:
coinbase,
kraken
balances
object[]
required
type
string

Account type as reported by the exchange

Example:

"wallet"

name
string

Human-friendly label if supplied by the exchange.

chain
string

Blockchain network if relevant

Example:

"ethereum"

Example:
{
"title": "Example",
"value": [
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"exchange": "coinbase",
"balances": [
{
"currency": "USDC",
"balance": 123,
"availableBalance": 123,
"logoURI": "<string>"
}
],
"type": "wallet",
"name": "<string>",
"chain": "ethereum"
}
]
}