Skip to main content

Get wallet

GET 

/v1/wallets/:wallet_id

Get wallet

This endpoint retrieves a wallet by its ID. It queries the database for the wallet using the provided ID. If not found, a 404 Not Found error is returned. On failure, it may also return a 500 Internal Server Error.

Request

Path Parameters

    wallet_id uuidrequired

    Wallet id

Responses

Wallet found

Schema
    apiKeyId uuidnullable
    backupKey stringrequired
    createdAt date-timerequired
    id uuidrequired
    name stringrequired
    ownerId uuidrequired
    seed stringrequired
    walletType stringrequired
Loading...