Developer (your) Wallets

/v3/getDeveloperWallet

Get the developer's (your) public wallet addresses, that you can share to collect funds:

  • Apps with EVM-compatible chains (Ethereum, Polygon, BSC, etc) return ethAddress which is your app's wallet public Ethereum address.
  • Solana apps return solAddress which is your app's wallet public Solana address.
  • EOS apps return eosAddress which is your app's wallet public EOS address.

Here's what the response looks like:

{
  "status": "SUCCESS",
  "wallet": {
    "ethAddress": "0xa6D88EB4d2e1DD819019ccC13712992f98BABDB9"
  }
}
{
  "status": "SUCCESS",
  "wallet": {
    "solAddress": "7mEx9rHmc7nYzEoWpzHZ6xyQwi3YSSoGiup1x8CNbjgd"
  }
}
{
  "status": "SUCCESS",
  "wallet": {
    "eosAddress": "EOS8cfYwFefRy1pEeiWhvP5K5H3TV9514jyvuYeHEz1sqXbywGc2f"
  }
}

🚧

Api Error Status

You can find error status returned by the api here.

© Copyright 2024, Passbird Research Inc.

Language
Authorization
Header
Click Try It! to start a request and see the response here!