Skip to main content

Creates a new payment address

Creates a new payment address

Request Body — REQUIRED
wallet_id string — REQUIRED
callback string
confirmations int
amount uint

You can create a payment address associated with a specefic amount. If specified, for instance it with cause to create a lightning invoice in the returned addresses.

Responses
200

successful operation

Schema
invoice string — REQUIRED
code string — REQUIRED

This code will be used to access all logs of this payment address. Due to security reasons this code should be hidden from the end user and kept secure.

address string
amount number
confirmations int — REQUIRED
callback string — REQUIRED
wallet_id string — REQUIRED
currency string — REQUIRED
network string
400

Invalid input

Schema
code string

Possible values: [invalid, missging field, missing]

message string
details object[]
resource string
code string
field string
description string
401

Unauthorized

Schema
code string

Possible values: [invalid, missging field, missing]

message string
details object[]
resource string
code string
field string
description string