Create an autoconversion rule
This endpoint creates an autoconversion rule. Every fiat deposit matched by the rule is automatically converted to the target asset and delivered on-chain.
Authorizations
Bearer authentication header on the format Bearer <API_KEY>.
Headers
Optional UUID v4 idempotency key. If you resend the same key with a different request body, the API returns a 409 error. Cached responses include the header X-Idempotency-Cached: true. Keys expire after 24 hours.
Body
Account that receives the deposits. Must belong to your project.
"44dd9734-176a-4ced-924f-103f8d50ea5e"
Asset to convert deposits into.
USDC, USDT "USDC"
End-use category of the funds.
PERSONAL_ACCOUNT, INVESTMENT, REAL_ESTATE, TRADE_TRANSACTIONS, TAX, LOAN, BILLS, EXPENSES_REIMBURSEMENT, PROFESSIONAL_SERVICES "INVESTMENT"
A label for the rule, visible only to you.
"BRL → USDC investment"
Target blockchain for the conversions. If not provided, the project's default blockchain will be used.
ETHEREUM, BASE, TRON, POLYGON "POLYGON"
Partner fee applied to each conversion. Must belong to your project.
"123e4567-e89b-12d3-a456-426614174004"
Response
Resource successfully created.
Autoconversion rule's unique identifier.
"c7f64332-5d53-4685-8aa9-48a5348c18c2"
Account that receives the deposits.
"44dd9734-176a-4ced-924f-103f8d50ea5e"
Partner fee applied to each conversion. null when not set.
"123e4567-e89b-12d3-a456-426614174004"
Autoconversion rule's status.
ACTIVE "ACTIVE"
Banking provider that matches the deposits.
STARKBANK, FINTOC, ONE_MONEY "STARKBANK"
Source currency of the conversions, derived from the account's currency.
USD, BRL, EUR, MXN "BRL"
Asset deposits are converted into.
USDC, USDT "USDC"
Blockchain the converted asset is delivered on.
ETHEREUM, BASE, TRON, POLYGON "POLYGON"
End-use category of the funds.
PERSONAL_ACCOUNT, INVESTMENT, REAL_ESTATE, TRADE_TRANSACTIONS, TAX, LOAN, BILLS, EXPENSES_REIMBURSEMENT, PROFESSIONAL_SERVICES "INVESTMENT"
Deposit details to share with the sender, per rail.
Creation date and time (UTC).
"2026-07-08T23:18:58.574Z"