Skip to main content
GET
Read an autoconversion rule

Authorizations

Authorization
string
header
required

Bearer authentication header on the format Bearer <API_KEY>.

Path Parameters

id
string<uuid>
required

Autoconversion rule's unique identifier.

Response

200 - application/json

Resource successfully retrieved.

id
string<uuid>

Autoconversion rule's unique identifier.

Example:

"c7f64332-5d53-4685-8aa9-48a5348c18c2"

accountId
string<uuid>

Account that receives the deposits.

Example:

"44dd9734-176a-4ced-924f-103f8d50ea5e"

partnerFeeId
string<uuid> | null

Partner fee applied to each conversion. null when not set.

Example:

"123e4567-e89b-12d3-a456-426614174004"

status
enum<string>

Autoconversion rule's status.

Available options:
ACTIVE
Example:

"ACTIVE"

provider
enum<string>

Banking provider that matches the deposits.

Available options:
STARKBANK,
FINTOC,
ONE_MONEY
Example:

"STARKBANK"

sourceCurrency
enum<string>

Source currency of the conversions, derived from the account's currency.

Available options:
USD,
BRL,
EUR,
MXN
Example:

"BRL"

targetCurrency
enum<string>

Asset deposits are converted into.

Available options:
USDC,
USDT
Example:

"USDC"

blockchain
enum<string>

Blockchain the converted asset is delivered on.

Available options:
ETHEREUM,
BASE,
TRON,
POLYGON
Example:

"POLYGON"

purpose
enum<string>

End-use category of the funds.

Available options:
PERSONAL_ACCOUNT,
INVESTMENT,
REAL_ESTATE,
TRADE_TRANSACTIONS,
TAX,
LOAN,
BILLS,
EXPENSES_REIMBURSEMENT,
PROFESSIONAL_SERVICES
Example:

"INVESTMENT"

sourceDepositInfo
object[]

Deposit details to share with the sender, per rail.

createdAt
string<date-time>

Creation date and time (UTC).

Example:

"2026-07-08T23:18:58.574Z"