POST
/
ramp
/
onboarding-url
Generate onboarding URL
curl --request POST \
  --url https://api.etherfuse.com/ramp/onboarding-url \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customerId": "123e4567-e89b-12d3-a456-426614174000",
  "bankAccountId": "123e4567-e89b-12d3-a456-426614174001",
  "publicKey": "9Qx7r...",
  "blockchain": "solana"
}'
{
  "presignedUrl": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json
customerId
string<uuid>

Customer ID

bankAccountId
string<uuid>

Bank account ID

publicKey
string

Public key

blockchain
enum<string>

Blockchain type

Available options:
solana

Response

URL generated successfully

presignedUrl
string

The generated presigned URL