Lambda Business Wallet

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This API allows you to get the BUSINESS_WALLET for a user or for your developer app. If the user is specified in the request, the API will return the BUSINESS_WALLET for the user. If the user is not specified, the API will return the BUSINESS_WALLET for your developer app.

Here's what the response looks like:

{
  "status": "SUCCESS",
  "wallet": {
    "ethAddress": "0xa6D88EB4d2e1DD819019ccC13712992f98BABDB9"
  }
}
🚧

Api Error Status

You can find error status returned by the api here.

© Copyright 2024, Passbird Research Inc.

Body Params
user
object

User identifier. This is the user ID against which the BUSINESS_WALLET would be generated. If this not specified, BUSINESS_WALLET corresponding to the developer app will be returned.

Headers
string
required

An idempotency key is a unique value generated by the client which the server uses to recognize subsequent retries of the same request. This allows developers to safely retry requests without accidentally performing the same operation twice. This is useful when an API call is disrupted in transit and you do not receive a response. Read more

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json