Generate Bitcoin Address

Generate onchain address for an IBEXHub account.

Generate bitcoin onchain address for an IBEXHub account. Each call generates a new address.

Funds will only show up after a transaction's status is.

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

The account to credit when funds are sent to the associated onchain address.

string

(Optional) Webhook invocation when address received funds. A /POST with the following body is made to webhookUrl { transactionId: String, amountSat: Int, status: String, networkTransactionId: String, blockConfirmations: Int, webhookSecret: String, } /POST requests are made to the webhook url endpoint whenever the transaction status changes. Transaction statuses: 1. INITIATED 2. MEMPOOL // broadcasted to mempool 3. BLOCKCHAIN // 1 confirmation on blockchain 4. CONFIRMED // 2 confirmations on blockchain 5. FAILED

string

(Optional) Ensures that webhook request is from IBEXHub

Responses

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