@@ -29148,6 +29148,18 @@ paths:
2914829148 in: query
2914929149 schema:
2915029150 type: string
29151+ - name: coin
29152+ description: The coin(s) to filter by
29153+ in: query
29154+ schema:
29155+ oneOf:
29156+ - $ref: '#/components/schemas/CoinNonEmptyString'
29157+ - type: array
29158+ items:
29159+ type: string
29160+ description: A cryptocurrency symbol or token ticker symbol
29161+ example: btc
29162+ minLength: 1
2915129163 responses:
2915229164 '200':
2915329165 description: OK
@@ -44602,7 +44614,7 @@ components:
4460244614 stakingServicesAgreement:
4460344615 $ref: '#/components/schemas/OnboardingAgreement'
4460444616 custodyServicesAgreement:
44605- $ref: '#/components/schemas/OnboardingAgreement '
44617+ $ref: '#/components/schemas/CustodyServiceAgreement '
4460644618 stablecoinAgreement:
4460744619 type: array
4460844620 items:
@@ -49804,6 +49816,16 @@ components:
4980449816 enum:
4980549817 - custodialCold
4980649818 - custodialHot
49819+ CustodyServiceAgreement:
49820+ title: Custody Service Agreement
49821+ allOf:
49822+ - type: object
49823+ properties:
49824+ bitgoOrg:
49825+ allOf:
49826+ - $ref: '#/components/schemas/BitgoOrg'
49827+ description: BitGo Organization related to this custody service agreement
49828+ - $ref: '#/components/schemas/OnboardingAgreement'
4980749829 CustodyServicesAgreement:
4980849830 type: object
4980949831 description: Information about the signed custody services agreement
@@ -51319,6 +51341,18 @@ components:
5131951341 allOf:
5132051342 - $ref: '#/components/schemas/OrganizationIdString'
5132151343 description: Organization ID reference
51344+ permissions:
51345+ type: array
51346+ items:
51347+ type: string
51348+ enum:
51349+ - admin
51350+ - auditor
51351+ description: Permissions of the User on the Enterprise
51352+ isBeneficialOwner:
51353+ type: boolean
51354+ acceptedInvite:
51355+ type: boolean
5132251356 - $ref: '#/components/schemas/BaseEnterprise'
5132351357 EnterpriseAccountType:
5132451358 type: string
0 commit comments