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' \
  --data '
"{\n  \"uniqueUserIdentifier\": \"urbjreghuhubqvehvf\", //alphanumeric characters only and hypens(-) \n  \"currency\": \"ETH\",\n  \"network\": \"ETH\"\n}"
'
{
  "message": "Ok",
  "data": {
    "value": "0x6D3cE4DDeCA1AaFC95769A8F37C59d3D039d518C",
    "reference": "9c975582-b331-4a6e-8d1c-5691fcf655ec",
    "network": "ETH",
    "purpose": "Nestle Nigeria ETH.ETH",
    "userId": "91754773-241c-4900-82e1-f962556b91af",
    "isMaster": false,
    "memo": null,
    "currencyId": null,
    "id": "05072a1b-2c84-493a-8829-6630f988e239",
    "createdAt": "2022-04-21T12:40:53.148Z",
    "updatedAt": "2022-04-21T12:40:53.148Z",
    "active": true
  }
}

Headers

Body

application/json

The body is of type object.

Response

500 - application/json

Create Broker Address

message
string
data
object