cURL
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>" }
Generates a presigned URL for customer onboarding
API key for authentication
URL generated successfully
The response is of type object.
object