Quotes#Create
Create a Quote that will tell you how much you need to send and to what address.
curl https://{{base_url}}/users/USER_ID/quotes
-X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-type: application/json" \
-d '{
"quote": {
"deposit_token": "usdc",
"deposit_token_chain": "ethereum"
}
}'Create a quote
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?