Skip to main content
POST
Generate Solana deposit address

Body

application/json
chainId
integer
required

Source chain. Currently Base (8453).

Required range: x >= 1
solanaAddress
string
required

base58, 32-44 chars

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$
Example:

"2ECrxAiyVBszAjok5isDdTJu4kwwhq9d7kgJqDvEStMq"

depositor
string
required

Authorized for refunds if the intent expires

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x000000000000000000000000000000000000dEaD"

Response

Deposit address (deterministic: same inputs always return the same address)

data
object