Wallets

Set default wallet

Set the party's default wallet, where payments addressed to their email, phone number, or handle land

post/wallets/{walletId}/default

Path parameters

walletIdstring required

Wallet ID (wal_*).

Headers

Idempotency-Keystring required

Unique key for safely retrying a request without creating duplicates.

X-Instance-IDstring nullable

Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.

Response

Successful Response

Changes

Changed in 5 of the 28 revisions of this API.6

    • deleted the header request parameter X-Agent-ID with deprecation

      request-parameter-removed-with-deprecation

    • header request parameter X-Agent-ID was deprecated

      request-parameter-deprecated

    • added the required property data/attributes/tags to the response with the 200 status

      response-required-property-added

    • added the required property data/attributes/depositInstructions/anyOf[subschema #1: PublicDepositInstructionsAttributes]/accountNumber to the response with the 200 status

      response-required-property-added

    • added the required property data/attributes/depositInstructions/anyOf[subschema #1: PublicDepositInstructionsAttributes]/routingNumber to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added