Create or Get Payment Address

Generates a new payment address to receive payment on your store.

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

String used to match part of your callback URL to identify the correct wallet. Partial matches are supported — you don’t need to provide the full callback URL.

string
enum
Defaults to BTC

Optional. The cryptocurrency to use. Supported values: BTC, USDT. Defaults to BTC. When set to USDT, the same payment address will always be returned for the store (address is not regenerated).

Allowed:
integer
enum
Defaults to 0

Decides whether you get a new BTC address or the same one again.

  • 0 (default): Creates a new BTC address by moving to the next index.
  • 1: Reuses the most recent BTC address without moving forward.

Only 0 or 1 are valid values. Values like true/false are not accepted.

For USDT, this setting is ignored because the same fixed address is always returned.

Allowed:
Responses

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