Add Addresses

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

Generate additional deposit addresses on an existing payment channel. Use this when you want to accept a new asset (currency / network pair) on a channel that's already in use, without creating a second channel.

The endpoint is idempotent at the asset-pair level — submitting an asset that already has a generated address on this channel is silently skipped (no error, just no new address). Only fresh { currency_id, platform_id } pairs produce a new address.

Path Params
integer
required

Payment channel ID.

Form Data
assets
array of objects
required

One or more { currency_id, platform_id } pairs to generate addresses for. Each item: currency_id (integer, required), platform_id (integer, required).

assets*
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json