You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Properties specific to certain coin types
48203
-
id:
48204
-
type: string
48205
-
description: Platform public ID for an address
48206
-
example: 59cd72485007a239fb00282ed480da1f
48207
-
pattern: ^[0-9a-f]{32}$
48208
-
index:
48209
-
type: number
48210
-
label:
48211
-
$ref: '#/components/schemas/AddressLabelString'
48212
-
lastConsolidatedTime:
48213
-
type: string
48214
-
format: date
48215
-
title: Date String
48216
-
lastNonce:
48217
-
type: number
48218
-
default: -1
48219
-
needsConsolidation:
48220
-
type: boolean
48221
-
proof:
48222
-
type: string
48223
-
signature:
48224
-
type: string
48225
-
token:
48226
-
type: string
48227
-
tokenConsolidationState: {}
48228
-
wallet:
48229
-
type: string
48230
-
required:
48231
-
- chain
48232
-
- coin
48233
-
- index
48234
-
- wallet
48209
+
allOf:
48210
+
- type: object
48211
+
properties:
48212
+
chain:
48213
+
$ref: '#/components/schemas/AddressChain'
48214
+
coin:
48215
+
$ref: '#/components/schemas/CoinString'
48216
+
index:
48217
+
type: number
48218
+
wallet:
48219
+
type: string
48220
+
required:
48221
+
- chain
48222
+
- coin
48223
+
- index
48224
+
- wallet
48225
+
- $ref: '#/components/schemas/BaseWalletAddress'
48235
48226
nextBatchPrevId:
48236
48227
type: string
48237
48228
description: When a result set is truncated, this field returns the id of the last object in the previous batch. To get the next batch of results, pass this value via the 'prevId' query parameter.
0 commit comments