How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dynamic Waas API

The Waas API from Dynamic — 14 operation(s) for waas.

Dynamic Waas API is one of 42 APIs that Dynamic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Waas. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 21 operations across 14 paths, and defines 98 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 3 base URLs: https://app.dynamicauth.com/api/v0, https://app.dynamic.xyz/api/v0, http://localhost:3333/api/v0.

21 operations 14 paths 98 schemas 3 DELETE7 GET9 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.dynamicauth.com/api/v0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Dynamic Waas API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 21

Across 14 paths, the API surfaces 21 operations — 3 DELETE, 7 GET, 9 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Waas 21
POST
/environments/{environmentId}/waas/create
Create a new WAAS for a user given an identifier
createWaasWallet 1 param body → 200201400401403422500
POST
/environments/{environmentId}/waas/authenticate
Authenticate for WAAS using api key
authenticateWaas 1 param → 200401403422500
POST
/environments/{environmentId}/waas/verifyApiKey
Verify if an API key is valid for a specific environment
verifyApiKey 1 param → 200400401403500
POST
/environments/{environmentId}/waas/{walletId}/delegatedAccess/signMessage
Sign a message with a delegated waas account
delegatedSignMessage 2 params body → 200400401500
DELETE
/environments/{environmentId}/waas/{walletId}/delegatedAccess
Revoke delegated access for a single wallet
deleteDelegatedAccess 2 params → 204400401403404500
POST
/environments/{environmentId}/waas/delegatedAccess/revoke
Revoke delegated access for one or more wallets
revokeDelegatedAccess 1 param body → 200400401403500
GET
/environments/{environmentId}/waas/delegatedAccess/encryptionPublicKeys
Get delegated access encryption public keys for an environment
getDelegatedAccessEncryptionPublicKeys 2 params → 200401403404500
POST
/environments/{environmentId}/waas/delegatedAccess/encryptionPublicKeys
Create credentials for waas wallet delegation
createDelegatedCredentials 1 param body → 201400401403422500
GET
/environments/{environmentId}/waas/delegatedAccess/encryptionPublicKeys/{keyId}
Get a specific delegated access encryption public key by ID
getDelegatedAccessEncryptionPublicKeyById 2 params → 200401403404500
GET
/environments/{environmentId}/waas/{walletId}
Get a specific WAAS wallet by walletId
getWaasWalletByWalletId 2 params → 200401403404500
POST
/environments/{environmentId}/waas/{walletId}/keyShares/backup/locations
Create backup action for key shares using API token authentication
backupKeySharesToLocationsForPregen 2 params body → 201400401403404500
POST
/environments/{environmentId}/waas/policies
Create a new WAAS policy for an environment or add new rules to an existing policy
createWaasPolicy 1 param body → 201400401403422500
GET
/environments/{environmentId}/waas/policies
Get the WAAS policy for an environment
getWaasPolicy 1 param → 200401403404500
PUT
/environments/{environmentId}/waas/policies
Update the WAAS policy for an environment by ruleId
updateWaasPolicy 1 param body → 200400401403422500
DELETE
/environments/{environmentId}/waas/policies
Delete a WAAS policy rule by ruleId
deleteWaasPolicy 1 param body → 200400401403422500
POST
/environments/{environmentId}/waas/{walletId}/signaturePolicy
Create a new WAAS signature policy for a wallet
createWaasSignaturePolicy 2 params body → 201400401403500
GET
/environments/{environmentId}/waas/{walletId}/signaturePolicy
Get all active WAAS signature policies for a wallet
getWaasSignaturePolicies 2 params → 200401403500
GET
/environments/{environmentId}/waas/{walletId}/signaturePolicy/{policyId}
Get a WAAS signature policy by walletId and policyId
getWaasSignaturePolicyByWalletIdAndPolicyId 3 params → 200401403404500
PUT
/environments/{environmentId}/waas/{walletId}/signaturePolicy/{policyId}
Update a WAAS signature policy by walletId and policyId
updateWaasSignaturePolicyByWalletIdAndPolicyId 3 params body → 200400401403404500
DELETE
/environments/{environmentId}/waas/{walletId}/signaturePolicy/{policyId}
Delete a WAAS signature policy by walletId and policyId
deleteWaasSignaturePolicyByWalletIdAndPolicyId 3 params → 200401403404500
GET
/sdk/{environmentId}/waas/delegatedAccess/encryptionPublicKey
Get delegated access encryption public key for an environment
getDelegatedAccessEncryptionPublicKey 1 param → 200401403404500

Schemas 98

The contract defines 98 schemas that model the data the API accepts and returns. The most detailed are BaseUser (33 properties), JwtVerifiedCredential (28 properties), WaasPolicyRule (13 properties), DelegatedAccessEncryptionPublicKey (11 properties). Each schema is shown below with its type and property counts.

JwtVerifiedCredentialFormatEnum
string
TurnkeyWalletProperties
object
10 properties
WaasChainEnum
string
WaasDelegationCredentialsRequest
object
3 properties 1 required
WaasWalletResponse
object
1 property 1 required
WaasPolicyArgumentConstraint
object
3 properties 3 required
NonEmptyStringWith255MaxLengthAndSpecialChars
string
CustomFieldValidationRules
object
Optional validation rules for the custom field
4 properties
Wallet
object
7 properties 5 required
Unauthorized
object
1 property
InternalServerError
object
1 property
JwtVerifiedCredential
object
28 properties 3 required
BackupKeySharesToLocationsResponse
object
3 properties 3 required
NonEmptyStringWith50MaxLength
string
ProjectSettingsKyc
object
10 properties 5 required
NotFound
object
2 properties 2 required
WaasPolicyRule
object
13 properties 3 required
WaasWallet
object
6 properties 5 required
WalletAdditionalAddress
object
An additional address associated with a wallet.
3 properties 2 required
CoinbaseMpcWalletProperties
object
2 properties
MergeUser
object
Contains the current field value for the user.
2 properties 2 required
NonEmptyBase58StringWith100MaxLength
string
A base58 string with a max length of 100 characters
WaasVerifyApiKeyResponse
object
2 properties 2 required
WalletProviderEnum
string
RevokeDelegatedAccessRequest
object
1 property 1 required
WalletPublicKey
string
Valid blockchain wallet address, must be an alphanumeric string without any special characters
HardwareWalletEnum
string
CreateUserWaasWalletsRequest
object
5 properties 3 required
WaasDelegationCredentialsResponse
object
6 properties 5 required
oAuthAccount
object
3 properties
MFADeviceType
string
ChainalysisCheck
object
5 properties 5 required
Forbidden
object
1 property
NonEmptyStringWith255MaxLength
string
NonEmptyStringWith16384MaxLength
string
A string with a max length of 16384 characters
KycFieldType
string
DelegatedAccessEncryptionPublicKey
object
11 properties 9 required
WaasPolicyRuleType
string
Whether the rule permits or denies the specified action
WaasBackupOptionsEnum
string
OptionalNullableNonEmptyStringWith255MaxLength
stringnull
NameServiceData
object
2 properties
SmsCountryCode
object
2 properties 2 required
BadRequest
object
1 property
CountryCode
stringnull
Standard ISO 3166-1 alpha-2 two-letter country code
OpenRoomResponse
object
4 properties 1 required
SmartWalletProperties
object
3 properties
PasswordSourceTypeEnum
string
ProviderEntryPointVersionEnum
string
UnprocessableEntity
object
3 properties 1 required
WalletKeyShareInfo
object
4 properties 3 required
DelegatedAccessEncryptionPublicKeysUnifiedResponse
object
3 properties 1 required
User
BaseUser
object
33 properties 2 required
MergeUserConflict
object
Contains a merge conflict between two users with different values for the same user field data
3 properties 3 required
ChainalysisCheckResultEnum
string
Session
object
5 properties
WaasWalletProperties
object
5 properties
WaasPolicyCreateRequest
object
1 property 1 required
SolanaPublicKey
string
Valid Solana wallet address, must be a 44-character string using base58 characters
ProviderEnum
string
The 'turnkey' value is deprecated and will be removed in a future version.
NonEmptyStringWith4096MaxLength
string
A string with a max length of 4096 characters
UnprocessableEntityErrorCode
string
WaasWalletSettings
object
4 properties
WaasWalletSignaturePolicyTmpResponse
object
4 properties 4 required
CustomFieldType
string
ChainEnum
string
UserResponse
object
1 property
WaasAuthenticateResponse
object
2 properties 2 required
ecdsaValidatorOptions
string
WaasDelegatedAccessEncryptionPublicKeyType
string
UserIdentifierTypeEnum
string
HardwareWalletProperties
object
1 property
RevokeDelegatedAccessWalletResult
object
3 properties 2 required
WalletAddressType
string
NonEmptyIsoCountryCode
string
WaasPolicyResponse
object
6 properties 5 required
UnprocessableEntityErrorPayload
object
Contains information which the integrating client of this API can use to tailor an experience to a customer to fix the underlying issue that triggered this err…
6 properties
EmbeddedWalletVersionEnum
string
CustomFieldValidValue
object
2 properties 1 required
WaasWalletSignaturePolicyTmpTimeLimit
integer
Time limit in seconds until the policy expires. Must be greater than 0 seconds.
RevokeDelegatedAccessResponse
object
4 properties 4 required
WaasPolicyDeleteRequest
object
1 property 1 required
WaasVerifyApiKeyErrorResponse
object
2 properties 2 required
MergeConflicts
object
Contains information needed for the SDK to surface merge conflicts when attempting to merge information from one user to another
2 properties 2 required
MFADevice
object
7 properties
MfaBackupCodeAcknowledgement
stringnull
uuid
string
DelegatedAccessEncryptionPublicKeyResponse
object
2 properties 2 required
ProviderKernelVersionEnum
string
SdkUser
ThresholdSignatureScheme
string
WaasDelegateSignMessageRequest
object
3 properties 1 required
WalletProperties
NonEmptyString
string
BackupKeySharesToLocationsWithUserIdRequest
object
2 properties 2 required
WaasWalletSignaturePolicyTmpCreateRequest
object
2 properties 2 required
WaasPolicyConstraintCondition
string
Comparison operator for argument validation
WaasPolicyUpdateRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dynamic-xyz-waas-api-openapi.yml Raw ↑

Other APIs Dynamic publishes across the network.

Dynamic Allowlists API
Dynamic Analytics API
Dynamic API Tokens API
Dynamic Embedded Wallets API
Dynamic Environments API
Dynamic Exports API
Dynamic JWKS API
Dynamic Users API
Dynamic Wallets API
Dynamic Webhooks API
Dynamic Backend API
Dynamic Webhooks
Where this information came from

This is an independent, third-party profile of Dynamic Waas API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.