Skip to main content
POST
/
addresses
/
broker
Create Deposit Address
curl --request POST \
  --url https://api.obiex.finance/v1/addresses/broker \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "uniqueUserIdentifier": "user-7c0406db-05a2-4832-ab13-776a4a145353",
  "currency": "ETH",
  "network": "ETH"
}
'
{
  "message": "Ok",
  "data": {
    "id": "fa4b5561-006f-4b98-aa3e-7818067ff56a",
    "createdAt": "2026-03-26T15:37:58.694Z",
    "updatedAt": "2026-03-26T15:37:58.694Z",
    "active": true,
    "value": "0xA47Fed9EbDC84A9ac954B7e0a61B7A099175B63a",
    "reference": "1779fb8c-7e59-44c8-904f-2c3e84fd21bc",
    "network": "ETH",
    "memo": null,
    "purpose": "user-7c0406db-05a2-4832-ab13-776a4a145353",
    "userId": "51ec42a0-6c2f-4435-86ed-fa7bae079a57",
    "isMaster": false,
    "deletedAt": null
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.obiex.finance/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Headers

Body

application/json

The body is of type object.

Response

200 - application/json

Create Broker Address

message
string
data
object