Skip to content

Commit 8862235

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent ff026e2 commit 8862235

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

api.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27185,6 +27185,7 @@ paths:
2718527185
type: string
2718627186
description: Amount to be transferred from source asset, specified in its lowest denomination.
2718727187
example: '100'
27188+
pattern: ^[1-9][0-9]*$
2718827189
toAssetId:
2718927190
type: string
2719027191
description: Destination asset identifier
@@ -27350,14 +27351,14 @@ paths:
2735027351
schema:
2735127352
type: string
2735227353
example: '10'
27353-
format: number
27354+
pattern: ^[1-9][0-9]*$
2735427355
- name: skip
2735527356
description: Results to skip
2735627357
in: query
2735727358
schema:
2735827359
type: string
2735927360
example: '0'
27360-
format: number
27361+
pattern: ^[0-9]+$
2736127362
- name: sortBy
2736227363
description: Field name for sorting
2736327364
in: query
@@ -55220,22 +55221,13 @@ components:
5522055221
description: Total supply for this chain in the smallest unit (wei, satoshi, etc.)
5522155222
example: '1000000000000000000'
5522255223
minLength: 1
55223-
success:
55224-
type: boolean
55225-
description: Whether the supply fetch was successful
55226-
example: true
5522755224
error:
5522855225
type: string
5522955226
description: Error message if supply fetch failed
5523055227
example: Network timeout
55231-
cached:
55232-
type: boolean
55233-
description: Whether this supply data was retrieved from cache
55234-
example: true
5523555228
required:
5523655229
- chain
5523755230
- supply
55238-
- success
5523955231
description: Breakdown of supply by chain
5524055232
totalReserves:
5524155233
type: string

0 commit comments

Comments
 (0)