Get current account information.
Returns AccountInformation!
Endpoint: https://api.guita.cl/graphql
Get current account information.
Returns AccountInformation!
Get address proof document of this account or UBO.
| Argument | Type | Description |
|---|---|---|
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Returns AddressProofView
Get assets portfolios.
| Argument | Type | Description |
|---|---|---|
| quoteSymbol! | String! | Asset quote symbol. |
| range! | String! | One of 24h, 7d, 30d, 1y or all. |
Returns [AssetPortfolio!]!
Get assets prices.
| Argument | Type | Description |
|---|---|---|
| humanReadablePrices | Boolean | True if show human readable prices. (default: false) |
| quoteSymbol! | String! | Asset quote symbol. |
| range! | String! | One of 24h, 7d, 30d, 1y or all. |
Returns [AssetPrices!]!
Get assets unspent interests amounts.
Returns [AssetUnspentInterests!]!
Get user bank accounts information.
Returns [BankAccount!]!
Get all bank configurations.
Returns [BankConfig!]!
Get current APYs.
Returns [BaseApy!]!
Get bulk purchase config for this user.
Returns BulkPurchaseConfig!
Get the latest bulk purchase quote.
Returns BulkPurchaseQuote!
Get a list of users allowed to receive bulk purchase from this account.
| Argument | Type | Description |
|---|---|---|
| filter | String | If passed an integer, it will be used to search the exact ID. Otherwise, if passed a string, it will be used to match emails and nicknames (default: nil) |
Returns [User!]!
Get bulk purchases overview.
Returns BulkPurchasesOverview!
Get business identity informations of this account.
Returns BusinessIdentity
Get business proofs of this account.
Returns [BusinessProofView!]
Get cross border accounts for this user.
Returns [CrossBorderAccount!]!
Get all supported cross border countries.
Returns [String!]!
Get cross border quote informations.
| Argument | Type | Description |
|---|---|---|
| amount! | Float! | Fiat amount. |
| countryCode! | String! | ISO4217 country code. |
| currency! | String! | ISO4217 currency code. |
| paymentMethod! | String! | Payment method. |
| receiverType! | String! | One of BUSINESS or INDIVIDUAL. |
| side! | String! | One of SOURCE or DESTINATION. |
Returns CrossBorderQuote!
Get cross border quote config for this user.
| Argument | Type | Description |
|---|---|---|
| countryCode! | String! | ISO4217 country code. |
| currency! | String! | ISO4217 currency code. |
| paymentMethod! | String! | Payment method. |
| receiverType! | String! | One of BUSINESS or INDIVIDUAL. |
Returns CrossBorderQuoteConfig!
Get cross border payment requirements.
| Argument | Type | Description |
|---|---|---|
| quoteId! | String! | Quote ID from CPN. |
Returns [String!]!
Get cross border routes for this destination country.
| Argument | Type | Description |
|---|---|---|
| destinationCountry! | String! | ISO4217 country code of the destination country. |
| receiverType! | String! | Cross border receiver ID. |
Returns [CrossBorderRoute!]!
Get all deposit addresses of this account.
Returns [DepositAddress!]!
Get electronic signature associated to this account.
Returns ElectronicSignature
Get USD quote prices for fiat currencies.
| Argument | Type | Description |
|---|---|---|
| fiatCurrencies! | [String!]! | Fiat currency identifiers. |
| range! | String! | One of 24h, 7d, 30d, 1y or all. |
Returns [AssetPrices!]!
Get fund informations for this account.
| Argument | Type | Description |
|---|---|---|
| fundId! | ID! | Fund ID. |
Returns Fund!
Get all funds informations for this account.
Returns Funds!
Get the funds origin of this account or UBO.
| Argument | Type | Description |
|---|---|---|
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Returns FundsOrigin
Get identity proof documents of this account or UBO.
| Argument | Type | Description |
|---|---|---|
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Returns [IdentityProofView!]!
Get legal address information of this account.
Returns LegalAddress
Get user active limit orders.
Returns [LimitOrder!]!
Get one market asset.
| Argument | Type | Description |
|---|---|---|
| symbol! | String! | Market asset symbol. |
Returns MarketAsset!
Get all market assets.
Returns [MarketAsset!]!
Get the occupation profile of this account.
Returns OccupationProfile
Get onboarding documents of this account or ubo.
| Argument | Type | Description |
|---|---|---|
| documentType! | String! | One of FUNDS_ORIGIN_PROOF, or WEALTH_ORIGIN_PROOF |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Returns [OnboardingDocumentView!]!
Generate a two-factor authentication one-time-password provisioning URI.
Returns String!
Get person identity associated to this account.
Returns PersonIdentity
Get phone numbers associated to this account.
Returns PhoneNumber
Get platform status.
Returns PlatformStatus!
Get crypto on-off ramp config for this user.
Returns RampConfig!
Get the latest ramp quote.
| Argument | Type | Description |
|---|---|---|
| amount! | Float! | CLP to purchase or USDT to sell. |
| direction! | String! | Either ON or OFF. |
Returns RampQuote!
Get cryptocurrency swap configuration parameters.
| Argument | Type | Description |
|---|---|---|
| fromSymbol! | String! | Source asset symbol. |
Returns SwapConfig!
Get estimated swap price for a given asset pair.
| Argument | Type | Description |
|---|---|---|
| fromAmount! | Float! | Amount to be swapped. |
| fromSymbol! | String! | Source asset symbol. |
| toSymbol! | String! | Destination asset symbol. |
| useMaxAmount! | Boolean! | If true, fromAmount will be ignored and the entire available balance will be used instead. |
Returns SwapQuote
Get transaction profile informations of this account.
Returns TransactionProfile
Get UBO(s) information of this account.
Returns [UltimateBeneficialOwner!]
Get all user documents from this account.
| Argument | Type | Description |
|---|---|---|
| after | String | Returns the elements in the list that come after the specified cursor. |
| before | String | Returns the elements in the list that come before the specified cursor. |
| documentType | String | If provided, only documents of this type will be returned. (default: nil) |
| first | Int | Returns the first _n_ elements from the list. |
| last | Int | Returns the last _n_ elements from the list. |
Returns UserDocumentViewConnection!
Get all user notifications from this account.
| Argument | Type | Description |
|---|---|---|
| after | String | Returns the elements in the list that come after the specified cursor. |
| before | String | Returns the elements in the list that come before the specified cursor. |
| first | Int | Returns the first _n_ elements from the list. |
| last | Int | Returns the last _n_ elements from the list. |
| state | String | If passed either RESOLVED or PENDING only notification with those states will be returned. (default: nil) |
| type | String | If passed either OPERATION or COMPLIANCE only notification with those type will be returned. (default: nil) |
Returns UserNotificationConnection!
Get all user operations from this account.
| Argument | Type | Description |
|---|---|---|
| fundIds | [ID!] | Fund IDs to filter by. (default: []) |
| marketAssetIds | [ID!] | Market asset IDs to filter by. (default: []) |
| operationTypes | [String!] | Types of the operations to filter by. (default: []) |
| page! | Int! | Page number. |
| rowsPerPage! | Int! | Number of rows per page. |
Returns UserOperations!
Get user operations for a given range.
| Argument | Type | Description |
|---|---|---|
| endDate! | ISO8601DateTime! | Only operations until that date included will be returned. |
| startDate! | ISO8601DateTime! | Only operations from that date included will be returned. |
Returns UserOperations!
Get the wealth origin of this account or UBO.
| Argument | Type | Description |
|---|---|---|
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Returns WealthOrigin
Get withdrawal addresses associated to this account.
Returns [WithdrawalAddress!]!
Send a complaint to the compliance officer.
| Argument | Type | Description |
|---|---|---|
| anonymous! | Boolean! | Whether the complaint is anonymous. |
| captchaToken! | String! | Captcha token. |
| category! | String! | Complaint category. |
| content! | String! | Complaint content. |
| String | Email of the complainer. | |
| name | String | Name of the complainer. |
Returns String
Create an address proof document.
| Argument | Type | Description |
|---|---|---|
| input! | CreateAddressProofInput! | Parameters for CreateAddressProof |
Returns AddressProof
Create a user bank account.
| Argument | Type | Description |
|---|---|---|
| input! | CreateBankAccountInput! | Parameters for CreateBankAccount |
Returns String
Request a cryptocurrency withdrawal through blockchain.
| Argument | Type | Description |
|---|---|---|
| input! | CreateBlockchainWithdrawalInput! | Parameters for CreateBlockchainWithdrawal |
Returns String
Create a bulk purchase at aftermarket price.
| Argument | Type | Description |
|---|---|---|
| input! | CreateBulkPurchaseAftermarketInput! | Parameters for CreateBulkPurchaseAftermarket |
Returns String
Create a business proof document.
| Argument | Type | Description |
|---|---|---|
| input! | CreateBusinessProofInput! | Parameters for CreateBusinessProof |
Returns BusinessProof
Create a bulk purchase for buying USDT with CLP.
| Argument | Type | Description |
|---|---|---|
| input! | CreateBuyBulkPurchaseInput! | Parameters for CreateBuyBulkPurchase |
Returns String
Create cross border account information.
| Argument | Type | Description |
|---|---|---|
| input! | CreateCrossBorderAccountInput! | Parameters for CreateCrossBorderAccount |
Returns String
Create cross border payment.
| Argument | Type | Description |
|---|---|---|
| input! | CreateCrossBorderPaymentInput! | Parameters for CreateCrossBorderPayment |
Returns CrossBorderPayment
Create a cryptocurrency deposit address.
| Argument | Type | Description |
|---|---|---|
| input! | CreateDepositAddressInput! | Parameters for CreateDepositAddress |
Returns String
Create an identity proof(s) document.
| Argument | Type | Description |
|---|---|---|
| input! | CreateIdentityProofsInput! | Parameters for CreateIdentityProofs |
Returns [IdentityProof!]
Create a limit order.
| Argument | Type | Description |
|---|---|---|
| input! | CreateLimitOrderInput! | Parameters for CreateLimitOrder |
Returns String
Create an identity proof(s) document.
| Argument | Type | Description |
|---|---|---|
| input! | CreateOnboardingDocumentInput! | Parameters for CreateOnboardingDocument |
Returns OnboardingDocument
Create a ramp swap object.
| Argument | Type | Description |
|---|---|---|
| input! | CreateRampSwapInput! | Parameters for CreateRampSwap |
Returns String
Create a bulk purchase for selling USDT to receive CLP.
| Argument | Type | Description |
|---|---|---|
| input! | CreateSellBulkPurchaseInput! | Parameters for CreateSellBulkPurchase |
Returns String
Create a cryptocurrency swap instruction.
| Argument | Type | Description |
|---|---|---|
| input! | CreateSwapInput! | Parameters for CreateSwap |
Returns Swap
Create UBO information.
| Argument | Type | Description |
|---|---|---|
| input! | CreateUltimateBeneficialOwnerInput! | Parameters for CreateUltimateBeneficialOwner |
Returns String
Create a user document.
| Argument | Type | Description |
|---|---|---|
| input! | CreateUserDocumentInput! | Parameters for CreateUserDocument |
Returns UserDocument
Delete the bank account
| Argument | Type | Description |
|---|---|---|
| input! | DeleteBankAccountInput! | Parameters for DeleteBankAccount |
Returns String
Delete the business proof
| Argument | Type | Description |
|---|---|---|
| input! | DeleteBusinessProofInput! | Parameters for DeleteBusinessProof |
Returns String
Delete the cross border account
| Argument | Type | Description |
|---|---|---|
| input! | DeleteCrossBorderAccountInput! | Parameters for DeleteCrossBorderAccount |
Returns String
Delete the limit order
| Argument | Type | Description |
|---|---|---|
| input! | DeleteLimitOrderInput! | Parameters for DeleteLimitOrder |
Returns String
Delete an onboarding document
| Argument | Type | Description |
|---|---|---|
| input! | DeleteOnboardingDocumentInput! | Parameters for DeleteOnboardingDocument |
Returns String
Delete an UBO
| Argument | Type | Description |
|---|---|---|
| input! | DeleteUltimateBeneficialOwnerInput! | Parameters for DeleteUltimateBeneficialOwner |
Returns String
Delete a user document
| Argument | Type | Description |
|---|---|---|
| input! | DeleteUserDocumentInput! | Parameters for DeleteUserDocument |
Returns String
Process a request for the FaceTec SDK.
| Argument | Type | Description |
|---|---|---|
| input! | FacetecProcessRequestInput! | Parameters for FacetecProcessRequest |
Returns String
Sign in a user with Google auth.
| Argument | Type | Description |
|---|---|---|
| input! | GoogleSignInInput! | Parameters for GoogleSignIn |
Returns GoogleSignInPayload
Send a notification to the platform administrators.
| Argument | Type | Description |
|---|---|---|
| input! | NotifyUserRequestInput! | Parameters for NotifyUserRequest |
Returns [String!]
Enable 2FA on this account with a computed OTP.
| Argument | Type | Description |
|---|---|---|
| input! | ProvisionOtpInput! | Parameters for ProvisionOtp |
Returns String
Request a new authorization code via email.
| Argument | Type | Description |
|---|---|---|
| input! | RenewAuthorizationCodeInput! | Parameters for RenewAuthorizationCode |
Returns String
Renew an identity proof(s) document.
| Argument | Type | Description |
|---|---|---|
| input! | RenewIdentityProofsInput! | Parameters for RenewIdentityProofs |
Returns [IdentityProof!]
Request a screening profile.
| Argument | Type | Description |
|---|---|---|
| input! | RequestScreeningProfileInput! | Parameters for RequestScreeningProfile |
Returns String
Transfer a sub-amount of a bulk purchase to another user.
| Argument | Type | Description |
|---|---|---|
| input! | TransferBulkPurchaseInput! | Parameters for TransferBulkPurchase |
Returns String
Mark address proof document as uploaded.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateAddressProofInput! | Parameters for UpdateAddressProof |
Returns String
Update business identity information.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateBusinessIdentityInput! | Parameters for UpdateBusinessIdentity |
Returns String
Mark business proof document as uploaded.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateBusinessProofInput! | Parameters for UpdateBusinessProof |
Returns String
Update cross border account information.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateCrossBorderAccountInput! | Parameters for UpdateCrossBorderAccount |
Returns String
Update electronic signature.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateElectronicSignatureInput! | Parameters for UpdateElectronicSignature |
Returns String
Update funds origin information.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateFundsOriginInput! | Parameters for UpdateFundsOrigin |
Returns String
Mark identity proof document as uploaded.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateIdentityProofInput! | Parameters for UpdateIdentityProof |
Returns String
Update legal address information.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateLegalAddressInput! | Parameters for UpdateLegalAddress |
Returns String
Update occupation profile information.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateOccupationProfileInput! | Parameters for UpdateOccupationProfile |
Returns String
Mark onboarding document as uploaded.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateOnboardingDocumentInput! | Parameters for UpdateOnboardingDocument |
Returns String
Update person identity information.
| Argument | Type | Description |
|---|---|---|
| input! | UpdatePersonIdentityInput! | Parameters for UpdatePersonIdentity |
Returns String
Update phone number.
| Argument | Type | Description |
|---|---|---|
| input! | UpdatePhoneNumberInput! | Parameters for UpdatePhoneNumber |
Returns String
Update transaction profile.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateTransactionProfileInput! | Parameters for UpdateTransactionProfile |
Returns String
Update UBO information.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateUltimateBeneficialOwnerInput! | Parameters for UpdateUltimateBeneficialOwner |
Returns String
Mark user document as uploaded.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateUserDocumentInput! | Parameters for UpdateUserDocument |
Returns String
Update user entity type.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateUserInput! | Parameters for UpdateUser |
Returns String
Update verification status and request its review.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateVerificationInput! | Parameters for UpdateVerification |
Returns String
Update wealth origin information.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateWealthOriginInput! | Parameters for UpdateWealthOrigin |
Returns String
Create or update a crypto withdrawal address.
| Argument | Type | Description |
|---|---|---|
| input! | UpdateWithdrawalAddressInput! | Parameters for UpdateWithdrawalAddress |
Returns String
Confirm email registration using a token.
| Argument | Type | Description |
|---|---|---|
| confirmationToken! | String! | Confirmation token. |
Login using email.
| Argument | Type | Description |
|---|---|---|
| captchaToken! | String! | Captcha token. |
| email! | String! | User email. |
| otp | String | User one-time-password (ignored if 2FA is not enabled). |
| password! | String! | User password. |
Returns LoginPayload
No description.
Returns UserLogoutPayload
Create/register a new user account.
| Argument | Type | Description |
|---|---|---|
| captchaToken! | String! | Captcha token. |
| email! | String! | User email. |
| nickName! | String! | User nick name for emails and similar notifications. |
| password! | String! | User password. |
| passwordConfirmation! | String! | User password confirmation. |
Returns String
Send password reset email with token.
| Argument | Type | Description |
|---|---|---|
| captchaToken! | String! | Captcha token. |
| email! | String! | User email. |
Returns String
Unlock access with token.
| Argument | Type | Description |
|---|---|---|
| unlockToken! | String! | Unlock token. |
Returns String
Update password with token.
| Argument | Type | Description |
|---|---|---|
| password! | String! | New password. |
| passwordConfirmation! | String! | New password confirmation |
| resetPasswordToken! | String! | Token obtained from sendPasswordResetWithToken. |
Returns UpdatePasswordWithTokenPayload
Account informations.
| Field | Type | Description |
|---|---|---|
| accountStatus | String! | Either IDENTITY_PENDING_REVIEW, IDENTITY_PENDING_CHANGES, IDENTITY_PENDING_MORE_CHANGES, IDENTITY_REJECTED, IDENTITY_VERIFIED, IDENTITY_UNVERIFIED, EMAIL_UNCONFIRMED, or UNKNOWN. |
| String! | Account email. | |
| isBusiness | Boolean | True if this is a business account. |
| isFacetecApproved | Boolean! | True if the user has been verified by Facetec. |
| lastVerificationUpdate | ISO8601Date | Last time this account verification changed. |
| legalDocumentNumber | String | Masked legal document number of the current user. |
| legalName | String | Masked legal name of the current user. |
| nickName | String! | Account nick name. |
| pendingKycRenewals | [Renewal!]! | Pending KYC renewals |
Address proof type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Should be application/pdf. |
| documentType | String! | One of UTILITY_RECEIPT, BANK_STATEMENT, RENTAL_CONTRACT or PROPERTY_DEED. |
| id | ID! | Internal unique ID. |
| storagePost | StoragePost! | HTTP POST parameters to store the document. |
Address proof view type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Should be application/pdf. |
| createdAt | Int! | Reference UNIX UTC timestamp in seconds. |
| documentType | String! | One of UTILITY_RECEIPT, BANK_STATEMENT, RENTAL_CONTRACT or PROPERTY_DEED. |
| id | ID! | Internal unique ID. |
| storageUrl | String | HTTP URL to view the uploaded document. |
Asset portfolio type.
| Field | Type | Description |
|---|---|---|
| ath | Float! | Highest balance. |
| atl | Float! | Lowest balance. |
| graphPoints | [GraphPoint!]! | Asset balance at each timestamp. |
| lastPrice | Float! | Last price of the asset. |
| marketAsset | MarketAsset! | Market asset. |
| totalAmount | Float! | Total asset amount. |
| totalBalance | Float! | Total asset balance. |
| variation | Float! | Variation of the asset balance. |
| variationPercentage | Float! | Variation percentage of the asset balance. |
Asset prices type.
| Field | Type | Description |
|---|---|---|
| prices | [GraphPoint!]! | Asset price at each timestamp. |
| symbol | String! | Asset or Fund symbol. |
Asset unspent interests type.
| Field | Type | Description |
|---|---|---|
| amount | Float! | Unspent interests amount. |
| symbol | String! | Asset symbol. |
No description.
| Field | Type | Description |
|---|---|---|
| String! |
Bank account type.
| Field | Type | Description |
|---|---|---|
| accountType | String! | Either CHECKING, SIGHT or SAVINGS. |
| bankCode | String! | Internal bank code (bank name). |
| id | ID! | Internal unique ID. |
| number | String! | Bank account number. |
Bank config type.
| Field | Type | Description |
|---|---|---|
| bankCode | String! | Internal bank code (bank name). |
| countryCode | String! | Country code for this bank. |
APY for a market asset.
| Field | Type | Description |
|---|---|---|
| id | ID! | Internal unique ID. |
| marketAssetId | ID! | Market asset ID. |
| value | Float! | APY value. |
Bulk purchase type.
| Field | Type | Description |
|---|---|---|
| formattedPrice | Float! | Bulk purchase formatted price. |
| formattedSymbol | String! | Bulk purchase formatted price symbol. |
| fullyReceivedAt | ISO8601DateTime | Timestamp at wich this operation was fully received. |
| id | ID! | Internal unique ID. |
| inAmount | Float! | Bulk purchase amount to receive. |
| inAmountLeft | Float! | Amount left for the bulk purchase to receive. |
| inSymbol | String! | Bulk purchase symbol to receive. |
| outAmount | Float! | Bulk purchase amount to deliver. |
| outSymbol | String! | Bulk purchase symbol to deliver. |
| price | Float! | Bulk purchase price. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| userId | ID! | User ID. |
Bulk purchase config type.
| Field | Type | Description |
|---|---|---|
| aftermarketCreationAllowed | Boolean! | True if the user can create their own aftermarket bulk purchases. |
| aftermarketPrice | Float! | Aftermarket fixed purchase price. |
| aftermarketRemainingAmount | Float! | Aftermarket remaining purchase amount. |
| aftermarketTotalAmount | Float! | Aftermarket total purchase amount. |
| creationAllowed | Boolean! | True if the user can create their own bulk purchases. |
| dailyMaxAmount | Float! | Daily total purchase amount for bulk purchases created by the user. |
| dailyRemainingAmount | Float! | Daily total purchase amount minus the amount purchased today. |
| isBusinessHours | Boolean! | True if the current time allows bulk purchase creation. |
| isVerified | Boolean! | True if the user has their identity verified. |
| limitOrderCreationAllowed | Boolean! | True if the user can create their own limit orders. |
| maxAmount | Float! | Max purchase amount for bulk purchases created by the user. |
| minAmount | Float! | Min amount for bulk purchases created by the user. |
Bulk purchase quote type.
| Field | Type | Description |
|---|---|---|
| id | ID! | Internal unique ID. |
| price | Float! | Purchase price. |
Bulk purchases overview type.
| Field | Type | Description |
|---|---|---|
| assetsBalances | [BulkPurchasesOverviewAmount!]! | Assets balances. |
| inAmountsLeft | [BulkPurchasesOverviewAmount!]! | In amounts left. |
| outAmountsLeft | [BulkPurchasesOverviewAmount!]! | Out amounts left. |
| pendingBulkPurchases | [BulkPurchase!]! | Pending bulk purchases. |
Bulk purchases overview amount type.
| Field | Type | Description |
|---|---|---|
| amount | Float! | Amount. |
| symbol | String! | Symbol. |
Business identity type.
| Field | Type | Description |
|---|---|---|
| companyName | String! | Name of the company. |
| formationDate | ISO8601Date | Date of formation of the company. |
| id | ID! | Internal unique ID. |
| identificationNumber | String! | Identification number of the company. |
| siiActivityCode | String! | SII activity code of the company. |
| societyInscription | String! | Either EUD or CSR. |
| societyKind | String! | Either PRIVATE or PUBLIC. |
| societyType | String! | Society type of the company. |
| websiteUrl | String | Website URL of the company. |
Business proof type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Should be application/pdf |
| documentType | String! | Document type. |
| id | ID! | Internal unique ID. |
| storagePost | StoragePost! | HTTP POST parameters to store the document. |
Business proof view type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Should be application/pdf |
| documentType | String! | Should be COMPANY_CONSTITUTION |
| id | ID! | Internal unique ID. |
| storageUrl | String | HTTP URL to view the uploaded document. |
Autogenerated return type of ConfirmRegistrationWithToken.
| Field | Type | Description |
|---|---|---|
| authenticatable | Authenticatable! | Authenticatable identifier. |
| credentials | UserCredential | User credentials to be sent as HTTP headers for authentication. |
Cross border account details.
| Field | Type | Description |
|---|---|---|
| countryCode | String! | ISO4217 country code. |
| currency | String! | Account currency. |
| id | ID! | Internal unique ID. |
| paymentMethod | String! | Type of payment method. |
| paymentRequirements | [CrossBorderRequirement!]! | Payment requirements. |
| receiverName | String! | Receiver name. |
| receiverType | String! | One of INDIVIDUAL or BUSINESS. |
Cross border payment details.
| Field | Type | Description |
|---|---|---|
| accountData | String! | Account data. |
| description | String | Description. |
| destinationAmount | Float! | Destination amount. |
| destinationCountry | String! | Destination country. |
| destinationCurrency | String! | Destination currency. |
| fiatNetworkRef | String | Fiat network reference. |
| id | String! | Internal ID. |
| paymentId | String! | Payment ID. |
| paymentMethod | String! | Payment method. |
| paymentReason | String! | Payment reason. |
| receiverName | String! | Receiver name. |
| receiverType | String! | Receiver type. |
| requirements | [String!]! | Payment requirements. |
| senderAddress | LegalAddress! | Sender address. |
| senderName | String! | Sender name. |
| sourceAmount | Float! | Source amount. |
| sourceCurrency | String! | Source currency. |
| status | String! | Payment status. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| updatedAt | Int! | UNIX UTC timestamp in seconds. |
| userId | ID! | User ID. |
Cross border quote details.
| Field | Type | Description |
|---|---|---|
| destinationAmount | Float! | Destination amount. |
| expiresAt | Int! | Quote expiration date. |
| feeAmount | Float! | Total fee amount in CLP. |
| fiatQuoteId | String! | Fiat quote ID. |
| fiatSettlementTime | Float! | Fiat settlement time. |
| fiatSettlementUnit | String! | One of MINUTES, HOURS, DAYS or WEEKS . |
| quoteId | String! | Quote ID. |
| sourceAmount | Float! | Source amount in CLP. |
Cross border quote config details.
| Field | Type | Description |
|---|---|---|
| creationAllowed | Boolean! | True if the user can create cross border payments. |
| destinationBalance | Float! | Current balance in destination currency. |
| destinationCurrency | String! | ISO4217 currency code of the destination currency. |
| destinationDailyMaxAmount | Float! | Daily maximum destination amount. |
| destinationDailyRemainingAmount | Float! | Daily remaining destination amount. |
| destinationMaxAmount | Float! | Maximum destination amount. |
| destinationMinAmount | Float! | Minimum destination amount. |
| destinationSupplierMaxAmount | Float! | Maximum destination CPN amount. |
| isBusinessHours | Boolean! | True if the current time is within business hours. |
| sourceBalance | Float! | Current balance in CLP. |
| sourceDailyMaxAmount | Float! | Daily maximum source amount in CLP. |
| sourceDailyRemainingAmount | Float! | Daily remaining source amount in CLP. |
| sourceMaxAmount | Float! | Maximum source amount in CLP. |
| sourceMinAmount | Float! | Minimum source amount in CLP. |
| sourceSupplierMaxAmount | Float! | Maximum source CPN amount in CLP. |
Cross border requirement details.
| Field | Type | Description |
|---|---|---|
| name | String! | Requirement name. |
| value | String! | Requirement value. |
Cross border route details.
| Field | Type | Description |
|---|---|---|
| destinationCurrency | String! | ISO4217 currency code of the destination currency. |
| paymentMethodType | String! | Payment method. |
Deposit type.
| Field | Type | Description |
|---|---|---|
| address | String | Deposit address value. |
| changedAmount | Float! | Deposit amount. |
| id | ID! | Internal unique ID. |
| symbol | String! | Market asset symbol. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| userId | ID! | User ID. |
Deposit address type.
| Field | Type | Description |
|---|---|---|
| blockchain | String! | Blockchain name. |
| id | ID! | Internal unique ID. |
| value | String! | Blockchain deposit address value. |
Electronic signature type.
| Field | Type | Description |
|---|---|---|
| id | ID! | Internal unique ID. |
| imageUrl | String! | Base64 encoded image URL. |
Fund type.
| Field | Type | Description |
|---|---|---|
| assets | [String!]! | Assets symbols. |
| balance | Float! | Fund balance. |
| id | ID! | Internal unique ID. |
| name | String! | Fund name. |
| percentages | [Float!]! | Assets percentages. |
| sharePrice | Float! | Fund share price. |
| symbol | String! | Fund ticker price symbol. |
Fund purchase type.
| Field | Type | Description |
|---|---|---|
| description | String | Optional description. |
| fiatAmount | Float! | Fiat amount. |
| fundName | String! | Fund name. |
| id | ID! | Internal unique ID. |
| sharesAmount | Float! | Shares amount. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| userId | ID! | User ID. |
Fund sale type.
| Field | Type | Description |
|---|---|---|
| description | String | Optional description. |
| fiatAmount | Float! | Fiat amount. |
| fundName | String! | Fund name. |
| id | ID! | Internal unique ID. |
| sharesAmount | Float! | Shares amount. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| userId | ID! | User ID. |
Funds type.
| Field | Type | Description |
|---|---|---|
| funds | [Fund!]! | All funds. |
| totalBalance | Float! | All funds total balance. |
Funds origin type.
| Field | Type | Description |
|---|---|---|
| descriptions | [String!]! | Description of each origin value. |
| id | ID! | Internal unique ID. |
| origins | [String!]! | List of funds origins. |
Autogenerated return type of GoogleSignIn.
| Field | Type | Description |
|---|---|---|
| authenticatable | Authenticatable | Authenticatable identifier. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| credentials | UserCredential | User credentials to be sent as HTTP headers for authentication. |
| otherProvider | Boolean | True if the user registered with another provider |
Graph point type.
| Field | Type | Description |
|---|---|---|
| timestamp | Int! | Timestamp. |
| value | Float! | Value. |
Identity proof type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Content type of the document image. Allowed values are: image/heic, image/jpeg, image/jpg and image/png. |
| documentType | String! | Either ID_CARD_FRONT, ID_CARD_BACK or PASSPORT |
| expirationDate | ISO8601Date! | Document expiration date as it appears on the document itself. |
| id | ID! | Internal unique ID. |
| storagePost | StoragePost! | HTTP POST parameters to store the document image. |
Identity proof view type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Content type of the document image. Allowed values are: image/heic, image/jpeg, image/jpg and image/png. |
| documentType | String! | Either ID_CARD_FRONT, ID_CARD_BACK or PASSPORT |
| expirationDate | ISO8601Date! | Document expiration date as it appears on the document itself. |
| id | ID! | Internal unique ID. |
| storageUrl | String | HTTP URL to view the uploaded document image. |
Interest payout type.
| Field | Type | Description |
|---|---|---|
| changedAmount | Float! | Earned amount. |
| id | ID! | Internal unique ID. |
| symbol | String! | Market asset symbol. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| userId | ID! | User ID. |
Legal address type.
| Field | Type | Description |
|---|---|---|
| city | String! | City name. |
| countryCode | String! | ISO3166 alpha-2 country code. |
| id | ID! | Internal unique ID. |
| postalCode | String! | Address postal code. |
| regionCode | String! | ISO3166 subdivision code |
| streetAddress | String! | Address details including street name, apartment, etc. |
Limit order type.
| Field | Type | Description |
|---|---|---|
| formattedSymbol | String! | Limit order formatted price symbol. |
| id | ID! | Internal unique ID. |
| inAmount | Float! | Limit order amount. |
| inSymbol | String! | Limit order symbol to receive. |
| outSymbol | String! | Limit order symbol to deliver. |
| price | Float! | Limit order price. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| userId | ID! | User ID. |
Autogenerated return type of Login.
| Field | Type | Description |
|---|---|---|
| authenticatable | Authenticatable! | Authenticatable identifier. |
| credentials | UserCredential! | User credentials to be sent as HTTP headers for authentication. |
Market asset type.
| Field | Type | Description |
|---|---|---|
| blockchains | [String!]! | Supported blockchain names. |
| circulatingSupply | Float | Circulating supply. |
| id | ID! | Internal unique ID. |
| isCrypto | Boolean! | True if the asset is crypto. |
| maxSupply | Float | Maximum supply. |
| minimumDeposit | Float! | Minimun allowed deposit amount. |
| name | String! | Human-readable name. |
| symbol | String! | Trade symbol. |
| totalSupply | Float | Total supply. |
Occupation profile type.
| Field | Type | Description |
|---|---|---|
| company | String | User company. |
| companyIdentificationNumber | String | User company identification number. |
| employmentSituation | String! | User employment situation. |
| id | ID! | Internal unique ID. |
| incomeRange | String | User income range. |
| jobTitle | String | User job title. |
| profession | String! | User profession. |
Onboarding document type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Content type of the document. Allowed values are: application/pdf, image/heic, image/jpeg, image/jpg and image/png. |
| description | String! | Description of the document. |
| documentType | String! | One of FUNDS_ORIGIN, UBO, or OTHER. |
| id | ID! | Internal unique ID. |
| storagePost | StoragePost! | HTTP POST parameters to store the document. |
Onboarding document view type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Content type of the document. Allowed values are: application/pdf, image/heic, image/jpeg, image/jpg and image/png. |
| createdAt | Int! | Reference UNIX UTC timestamp in seconds. |
| description | String! | Description of the document. |
| documentType | String! | One of FUNDS_ORIGIN, UBO, or OTHER. |
| id | ID! | Internal unique ID. |
| storageUrl | String | HTTP URL to view the uploaded document. |
Information about pagination in a connection.
| Field | Type | Description |
|---|---|---|
| endCursor | String | When paginating forwards, the cursor to continue. |
| hasNextPage | Boolean! | When paginating forwards, are there more items? |
| hasPreviousPage | Boolean! | When paginating backwards, are there more items? |
| startCursor | String | When paginating backwards, the cursor to continue. |
Person identity type.
| Field | Type | Description |
|---|---|---|
| birthdate | ISO8601Date! | User birthdate. |
| civilState | String | One of SINGLE, DIVORCED, CIVIL_PARTNER, MARRIED or WIDOWER. |
| familyName | String! | User family/last name. |
| givenName | String! | User given/first name. |
| id | ID! | Internal unique ID. |
| identificationNumber | String! | User identification number. |
| isPoliticallyExposed | Boolean! | User is a politically exposed person (PEP). |
| nationality | String! | User nationality country code. |
| spouseIdentity | SpouseIdentity | Spouse identity associated to this person identity. |
Phone number type.
| Field | Type | Description |
|---|---|---|
| id | ID! | Internal unique ID. |
| value | String! | User telephone number. |
Platform status type.
| Field | Type | Description |
|---|---|---|
| withdrawalsDisabledUntil | String | If present, represents the timestamp when withdrawals will resume. |
Purchase type.
| Field | Type | Description |
|---|---|---|
| cryptoAmount | Float! | Crypto amount agreed. |
| deliveredAmount | Float | Crypto amount delivered. |
| expiresAt | Int! | Timestamp at wich this purchase expires. |
| fiatAmount | Float! | Fiat amount agreed. |
| fiatCurrency | String! | Fiat currency used. |
| id | ID! | Internal unique ID. |
| price | Float! | Price of the purchase. |
| receivedAmount | Float | Fiat amount received. |
| state | String! | One of PENDING, DETECTED, EXPIRED or CONFIRMED. |
| symbol | String! | Market asset symbol. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| txId | String! | Transaction price quote ID. |
| userId | ID! | User ID. |
On ramp config type.
| Field | Type | Description |
|---|---|---|
| purchaseDailyMaxAmount | Float! | Daily total purchase amount for purchases (CLP). |
| purchaseDailyRemainingAmount | Float! | Daily total purchase amount minus the amount purchased today (CLP). |
| purchaseMaxAmount | Float! | Max purchase amount for purchases (CLP). |
| purchaseMinAmount | Float! | Min amount for purchases (CLP). |
| purchasesEnabled | Boolean! | True if the user can purchase. |
| saleMaxAmount | Float! | Max sale amount for sales (USDT). |
| saleMinAmount | Float! | Min sale amount for sales (USDT). |
| salesEnabled | Boolean! | True if the user can sell. |
Ramp quote type.
| Field | Type | Description |
|---|---|---|
| id | String! | Internal unique ID. |
| remainingSeconds | Int! | Quote remaining seconds until expiration. |
| toAmount | Float! | Amount to be received if the ramp operation is performed. |
Renewal object type.
| Field | Type | Description |
|---|---|---|
| deadline | ISO8601Date! | Deadline to renew the resource. |
| resourceData | String | Extra data about the renewal object. |
| resourceId | ID! | ID of the object to renew. |
| type | String! | One of UBO_IDENTITY_PROOFS or USER_IDENTITY_PROOFS. |
Sale type.
| Field | Type | Description |
|---|---|---|
| cryptoAmount | Float! | Sold crypto amount. |
| deliveredAt | Int | UNIX UTC timestamp in seconds. |
| fiatAmount | Float! | Fiat amount received. |
| fiatCurrency | String! | Fiat currency used. |
| id | ID! | Internal unique ID. |
| price | Float! | Sale price. |
| symbol | String! | Market asset symbol. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| txId | String! | Transaction price quote ID. |
| userId | ID! | User ID. |
Spouse identity type.
| Field | Type | Description |
|---|---|---|
| birthdate | ISO8601Date! | Spouse birthdate. |
| familyName | String! | Spouse family/last name. |
| givenName | String! | Spouse given/first name. |
| id | ID! | Internal unique ID. |
| identificationNumber | String! | Spouse identification number. |
| nationality | String! | Spouse nationality country code. |
HTTP POST parameters to be sent in a form to store an object.
| Field | Type | Description |
|---|---|---|
| fieldsKeys | [String!]! | HTTP form field keys. |
| fieldsValues | [String!]! | HTTP form field values. |
| url | String! | HTTP POST URL. |
Swap type.
| Field | Type | Description |
|---|---|---|
| fromChangedAmount | Float! | Cryptocurrency amount swapped by the user. |
| fromSymbol | String! | Cryptocurrency trade symbol swapped by the user. |
| id | ID! | Internal unique ID. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| toChangedAmount | Float! | Cryptocurrency amount received by the user. |
| toSymbol | String! | Cryptocurrency trade symbol received by the user. |
| userId | ID! | User ID. |
Swap configuration type.
| Field | Type | Description |
|---|---|---|
| maxAmount | Float! | Maximum amount for the source asset. |
| minAmount | Float! | Minimum amount for the source asset. |
| toSymbols | [String!]! | Supported destination asset symbols. |
Swap quote type.
| Field | Type | Description |
|---|---|---|
| feeAmount | Float! | Fee amount. |
| id | String! | Internal unique ID. |
| remainingSeconds | Int! | Quote remaining seconds until expiration. |
| toAmount | Float! | Cryptocurrency amount to be received if the swap is performed. |
Transaction profile type.
| Field | Type | Description |
|---|---|---|
| declaredDailyTradingRange | String! | User declared daily trading range. |
| description | String! | User description. |
| id | ID! | Internal unique ID. |
| lastDailyTradingRange | String | User last month daily trading range. |
| relationshipPurpose | String! | Relationship purpose. |
Ultimate Beneficial Owner (UBO) type.
| Field | Type | Description |
|---|---|---|
| addressProof | AddressProofView | Address proof. |
| city | String! | Person residence city name. |
| countryCode | String! | Person residence ISO3166 alpha-2 country code. |
| familyName | String! | Person family/last name. |
| fundsOrigin | FundsOrigin | Funds origin. |
| givenName | String! | Person given/first name. |
| id | ID! | Internal unique ID. |
| identificationNumber | String! | Person national identification number. |
| identityProofs | [IdentityProofView!]! | Identity proofs. |
| isChileanResident | Boolean! | True if this person has chilean residency |
| isPoliticallyExposed | Boolean! | User is a politically exposed person (PEP). |
| nationality | String! | Person nationality ISO3166 alpha-2 country code. |
| onboardingDocuments | [OnboardingDocumentView!]! | Onboarding documents. |
| participationPercentage | Float! | Person participation percentage in the company. |
| postalCode | String! | Person residence postal code. |
| regionCode | String! | Person residence region ISO3166 alpha-2 region code. |
| roles | [String!]! | Person roles described in UBO model |
| streetAddress | String! | Person residence address details including street name, apartment, etc. |
| wealthOrigin | WealthOrigin | Wealth origin. |
Autogenerated return type of UpdatePasswordWithToken.
| Field | Type | Description |
|---|---|---|
| authenticatable | Authenticatable! | Authenticatable identifier. |
| credentials | UserCredential | User credentials to be sent as HTTP headers for authentication. |
User type.
| Field | Type | Description |
|---|---|---|
| String! | User email. | |
| id | ID! | Internal unique ID. |
| nickName | String! | Nick name for emails and similar notifications. |
User credentials to be sent as HTTP headers for authentication.
| Field | Type | Description |
|---|---|---|
| accessToken | String! | |
| client | String! | |
| expiry | Int! | |
| provider | String! | Authentication provider type. |
| tokenType | String! | |
| uid | String! |
User document type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Content type of the document. Only application/pdf is allowed. |
| description | String! | Description of the document. |
| documentType | String! | Either LEGAL or OPERATIONAL. |
| id | ID! | Internal unique ID. |
| provider | String! | One of ADMIN, USER. |
| storagePost | StoragePost! | HTTP POST parameters to store the document. |
| timestamp | Int! | Reference UNIX UTC timestamp in seconds. |
User document view type.
| Field | Type | Description |
|---|---|---|
| contentType | String! | Content type of the document. Only application/pdf is allowed. |
| description | String! | Description of the document. |
| documentType | String! | Either LEGAL or OPERATIONAL. |
| id | ID! | Internal unique ID. |
| provider | String! | One of ADMIN, USER. |
| storageUrl | String | HTTP URL to view the uploaded document. |
| timestamp | Int! | Reference UNIX UTC timestamp in seconds. |
The connection type for UserDocumentView.
| Field | Type | Description |
|---|---|---|
| edges | [UserDocumentViewEdge] | A list of edges. |
| nodes | [UserDocumentView] | A list of nodes. |
| pageInfo | PageInfo! | Information to aid in pagination. |
| totalCount | Int! | Total item count. |
An edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | String! | A cursor for use in pagination. |
| node | UserDocumentView | The item at the end of the edge. |
Autogenerated return type of UserLogout.
| Field | Type | Description |
|---|---|---|
| authenticatable | Authenticatable! |
User notification type.
| Field | Type | Description |
|---|---|---|
| content | String! | Notification content. |
| createdAt | ISO8601DateTime! | Creation timestamp. |
| id | ID! | Internal unique ID. |
| notificationType | String! | One of PURCHASE, SWAP, WITHDRAW_BANK. |
| resolvedAt | ISO8601DateTime | Resolution timestamp. |
| userId | ID! | User ID. |
The connection type for UserNotification.
| Field | Type | Description |
|---|---|---|
| edges | [UserNotificationEdge] | A list of edges. |
| nodes | [UserNotification] | A list of nodes. |
| pageInfo | PageInfo! | Information to aid in pagination. |
| totalCount | Int! | Total item count. |
An edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | String! | A cursor for use in pagination. |
| node | UserNotification | The item at the end of the edge. |
User operations type.
| Field | Type | Description |
|---|---|---|
| allOperationsCount | Int | Total number of operations. |
| bulkPurchases | [BulkPurchase!]! | Bulk purchases. |
| crossBorderPayments | [CrossBorderPayment!]! | Cross border payments. |
| deposits | [Deposit!]! | Deposits. |
| fundPurchases | [FundPurchase!]! | Fund purchases. |
| fundSales | [FundSale!]! | Fund sales. |
| interestPayouts | [InterestPayout!]! | Interest payouts. |
| purchases | [Purchase!]! | Purchases. |
| sales | [Sale!]! | Sales. |
| swaps | [Swap!]! | Swaps. |
| withdrawals | [Withdrawal!]! | Withdrawals. |
Wealth origin type.
| Field | Type | Description |
|---|---|---|
| descriptions | [String!]! | Description of each origin value. |
| id | ID! | Internal unique ID. |
| origins | [String!]! | List of wealth origins. |
Withdrawal type.
| Field | Type | Description |
|---|---|---|
| address | String | Withdrawal address value. |
| changedAmount | Float! | Withdrawal amount. |
| id | ID! | Internal unique ID. |
| symbol | String! | Market asset symbol. |
| timestamp | Int! | UNIX UTC timestamp in seconds. |
| userId | ID! | User ID. |
Withdrawal address type.
| Field | Type | Description |
|---|---|---|
| blockchain | String! | Blockchain name. |
| id | ID! | Internal unique ID. |
| value | String! | Blockchain withdrawal address value. |
Autogenerated input type of CreateAddressProof
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contentType! | String! | Should be application/pdf |
| documentType! | String! | One of UTILITY_RECEIPT, BANK_STATEMENT, RENTAL_CONTRACT or PROPERTY_DEED. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of CreateBankAccount
| Field | Type | Description |
|---|---|---|
| accountType! | String! | Either CHECKING or SIGHT. |
| bankCode! | String! | A bank code obtained from bankConfig query. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| number! | String! | The bank account number. |
Autogenerated input type of CreateBlockchainWithdrawal
| Field | Type | Description |
|---|---|---|
| address! | String! | Blockchain withdrawal address. |
| amount! | Float! | Withdrawal amount. |
| authorizationCode! | String! | Code obtained from renewAuthorizationCode. |
| blockchain! | String! | Blockchain name. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| marketAssetId! | ID! | Market asset ID. |
| useMaxAmount! | Boolean! | If true, amount will be ignored and the entire available balance will be used instead. |
Autogenerated input type of CreateBulkPurchaseAftermarket
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| inAmount! | Float! | CLP amount. |
Autogenerated input type of CreateBusinessProof
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contentType! | String! | Should be application/pdf. |
| documentType! | String! | Document type. |
Autogenerated input type of CreateBuyBulkPurchase
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| inAmount! | Float! | Amount of CLP to spend. |
| quoteId! | ID! | Quote price ID. |
Autogenerated input type of CreateCrossBorderAccount
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| countryCode! | String! | ISO4217 country code. |
| currency! | String! | Account currency. |
| paymentMethod! | String! | Payment method. |
| paymentRequirements! | [CrossBorderRequirementInput!]! | Payment requirements. |
| receiverType! | String! | One of INDIVIDUAL or BUSINESS. |
Autogenerated input type of CreateCrossBorderPayment
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| description! | String! | Payment description. |
| fiatQuoteId! | String! | Fiat quote ID. |
| paymentReason! | String! | Payment reason. |
| paymentRequirements! | [CrossBorderRequirementInput!]! | Payment requirements. |
| quoteId! | String! | Quote ID. |
Autogenerated input type of CreateDepositAddress
| Field | Type | Description |
|---|---|---|
| blockchain! | String! | Blockchain name. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| symbol! | String! | Cryptocurrency symbol to create address in Binance. |
Autogenerated input type of CreateIdentityProofs
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contentTypeBack | String | Content type of the secondary document image. Allowed values are: image/heic, image/jpeg, image/jpg and image/png. (default: nil) |
| contentTypeFront! | String! | Content type of the primary document file. Allowed values are: image/heic, image/jpeg, image/jpg and image/png. |
| documentType! | String! | One of ID_CARD or PASSPORT |
| expirationDate! | ISO8601Date! | Document expiration date as it appears on the document itself. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of CreateLimitOrder
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| inAmount! | Float! | CLP amount. |
| price! | Float! | Limit price. |
Autogenerated input type of CreateOnboardingDocument
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contentType! | String! | Content type of the document. Allowed values are: application/pdf, image/heic, image/jpeg, image/jpg and image/png. |
| description! | String! | Document description. |
| documentType! | String! | One of FUNDS_ORIGIN_PROOF, or WEALTH_ORIGIN_PROOF |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of CreateRampSwap
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| quoteId! | String! | Quote ID obtained from RampQuote query. |
Autogenerated input type of CreateSellBulkPurchase
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| inAmount! | Float! | Amount of USDT to sell. |
| quoteId! | ID! | Quote price ID. |
Autogenerated input type of CreateSwap
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| quoteId! | String! | Quote ID obtained from createSwapQuote. |
Autogenerated input type of CreateUltimateBeneficialOwner
| Field | Type | Description |
|---|---|---|
| city! | String! | Person residence city name. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| countryCode! | String! | Person residence ISO3166 alpha-2 country code. |
| familyName! | String! | Person family/last name. |
| givenName! | String! | Person given/first name. |
| identificationNumber! | String! | Person national identification number. |
| isChileanResident! | Boolean! | True if this person has chilean residency |
| isPoliticallyExposed! | Boolean! | User is a politically exposed person (PEP). |
| nationality! | String! | Person nationality ISO3166 alpha-2 country code. |
| participationPercentage | Float | Person participation percentage in the company. (default: 0) |
| postalCode! | String! | Person residence postal code. |
| regionCode! | String! | Person residence region ISO3166 alpha-2 region code. |
| roles! | [String!]! | Person roles described in UBO model |
| streetAddress! | String! | Person residence address details including street name, apartment, etc. |
Autogenerated input type of CreateUserDocument
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contentType! | String! | Content type of the document. Only application/pdf is allowed. |
| description! | String! | Description of the document. |
| documentType! | String! | One of LEGAL, OPERATIONAL. |
| timestamp! | ISO8601DateTime! | Reference ISO 8601 timestamp for the document. |
Cross border requirement.
| Field | Type | Description |
|---|---|---|
| name! | String! | Requirement name. |
| value! | String! | Requirement value. |
Autogenerated input type of DeleteBankAccount
| Field | Type | Description |
|---|---|---|
| bankAccountId! | ID! | Bank account ID. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
Autogenerated input type of DeleteBusinessProof
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id! | ID! | Business proof ID. |
Autogenerated input type of DeleteCrossBorderAccount
| Field | Type | Description |
|---|---|---|
| accountId! | ID! | Cross border account ID. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
Autogenerated input type of DeleteLimitOrder
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| limitOrderId! | ID! | Limit order ID. |
Autogenerated input type of DeleteOnboardingDocument
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| onboardingDocumentId! | ID! | Onboarding Document ID. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of DeleteUltimateBeneficialOwner
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| ultimateBeneficialOwnerId! | ID! | UBO ID. |
Autogenerated input type of DeleteUserDocument
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| userDocumentId! | ID! | User Document ID. |
Autogenerated input type of FacetecProcessRequest
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| requestBlob! | String! | Request blob. |
Autogenerated input type of GoogleSignIn
| Field | Type | Description |
|---|---|---|
| captchaToken! | String! | Captcha token. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| token! | String! | Google access token. |
Autogenerated input type of NotifyUserRequest
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| content! | [String!]! | Notification values to create the message. |
| notificationType! | String! | Notification type. |
Autogenerated input type of ProvisionOtp
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| otp! | String! | The one-time-password computed from otpProvisioningUri. |
Autogenerated input type of RenewAuthorizationCode
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
Autogenerated input type of RenewIdentityProofs
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contentTypeBack | String | Content type of the secondary document image. Allowed values are: application/pdf, image/heic, image/jpeg, image/jpg and image/png. (default: nil) |
| contentTypeFront! | String! | Content type of the primary document file. Allowed values are: application/pdf, image/heic, image/jpeg, image/jpg and image/png. |
| documentType! | String! | Either ID_CARD or PASSPORT |
| expirationDate! | ISO8601Date! | Document expiration date as it appears on the document itself. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of RequestScreeningProfile
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| identificationNumber! | String! | Identification number of the person or business. |
Spouse identity input.
| Field | Type | Description |
|---|---|---|
| birthdate! | ISO8601Date! | Spouse birthdate. |
| familyName! | String! | Spouse family/last name. |
| givenName! | String! | Spouse given/first name. |
| identificationNumber! | String! | Spouse national identification number. |
| nationality! | String! | ISO3166 alpha-2 country code. |
Autogenerated input type of TransferBulkPurchase
| Field | Type | Description |
|---|---|---|
| amount! | Float! | Amount to transfer. |
| bulkPurchaseId! | ID! | Bulk purchase ID. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| receiverId! | ID! | User ID that will receive part of the bulk purchase. |
Autogenerated input type of UpdateAddressProof
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id! | ID! | Address proof internal unique ID. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of UpdateBusinessIdentity
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyName! | String! | Name of the company. |
| formationDate! | ISO8601Date! | Date of formation of the company. |
| identificationNumber! | String! | Identification number of the company. |
| siiActivityCode! | String! | SII activity code of the company. |
| societyInscription! | String! | Either EUD or CSR. |
| societyKind! | String! | Either PRIVATE or PUBLIC. |
| societyType! | String! | Society type of the company. |
Autogenerated input type of UpdateBusinessProof
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id! | ID! | Business proof internal unique ID. |
Autogenerated input type of UpdateCrossBorderAccount
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| countryCode! | String! | ISO4217 country code. |
| currency! | String! | Account currency. |
| id! | ID! | Cross border account ID. |
| paymentMethod! | String! | Payment method. |
| paymentRequirements! | [CrossBorderRequirementInput!]! | Payment requirements. |
| receiverType! | String! | One of INDIVIDUAL or BUSINESS. |
Autogenerated input type of UpdateElectronicSignature
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| imageUrl! | String! | Base64 encoded image URL. |
Autogenerated input type of UpdateFundsOrigin
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| descriptions! | [String!]! | Description of each origin value. |
| origins! | [String!]! | List of funds origins. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of UpdateIdentityProof
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id! | ID! | Identity proof internal unique ID. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of UpdateLegalAddress
| Field | Type | Description |
|---|---|---|
| city! | String! | City name. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| countryCode! | String! | ISO3166 alpha-2 country code. |
| postalCode! | String! | Address postal code. |
| regionCode! | String! | ISO3166 subdivision code |
| streetAddress! | String! | Address details including street name, apartment, etc. |
Autogenerated input type of UpdateOccupationProfile
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| company | String | User company name. |
| companyIdentificationNumber | String | User company identification number. |
| employmentSituation! | String! | User employment situation. |
| incomeRange | String | User income range. |
| jobTitle | String | User job title. |
| profession! | String! | User profession. |
Autogenerated input type of UpdateOnboardingDocument
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id! | ID! | Onboarding document internal unique ID. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of UpdatePersonIdentity
| Field | Type | Description |
|---|---|---|
| birthdate! | ISO8601Date! | User birthdate. |
| civilState! | String! | Either SINGLE, DIVORCED, CIVIL_PARTNER, MARRIED or WIDOWER. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| familyName! | String! | User family/last name. |
| givenName! | String! | User given/first name. |
| identificationNumber! | String! | User identification number. |
| isPoliticallyExposed! | Boolean! | User is a politically exposed person (PEP). |
| nationality! | String! | User nationality country code. |
| spouseIdentity | SpouseIdentityInput | Spouse identity attributes |
Autogenerated input type of UpdatePhoneNumber
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| value! | String! | User telephone number. |
Autogenerated input type of UpdateTransactionProfile
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| declaredDailyTradingRange! | String! | User declared trading range. |
| description! | String! | User transaction profile description. |
| relationshipPurpose! | String! | Relationship purpose. |
Autogenerated input type of UpdateUltimateBeneficialOwner
| Field | Type | Description |
|---|---|---|
| city! | String! | Person residence city name. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| countryCode! | String! | Person residence ISO3166 alpha-2 country code. |
| familyName! | String! | Person family/last name. |
| givenName! | String! | Person given/first name. |
| id! | ID! | Ultimate beneficial owner ID. |
| identificationNumber! | String! | Person national identification number. |
| isChileanResident! | Boolean! | True if this person has chilean residency |
| isPoliticallyExposed! | Boolean! | User is a politically exposed person (PEP). |
| nationality! | String! | Person nationality ISO3166 alpha-2 country code. |
| participationPercentage | Float | Person participation percentage in the company. (default: 0) |
| postalCode! | String! | Person residence postal code. |
| regionCode! | String! | Person residence region ISO3166 alpha-2 region code. |
| roles! | [String!]! | Person roles described in UBO model |
| streetAddress! | String! | Person residence address details including street name, apartment, etc. |
Autogenerated input type of UpdateUserDocument
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| userDocumentId! | ID! | User Document ID. |
Autogenerated input type of UpdateUser
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| isBusiness! | Boolean! | True if the user is business. |
Autogenerated input type of UpdateVerification
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
Autogenerated input type of UpdateWealthOrigin
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| descriptions! | [String!]! | Description of each origin value. |
| origins! | [String!]! | List of wealth origins. |
| uboId | ID | Ultimate beneficial owner ID. (default: nil) |
Autogenerated input type of UpdateWithdrawalAddress
| Field | Type | Description |
|---|---|---|
| blockchain! | String! | Blockchain name. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| otp! | String! | User one-time-password (2FA must be enabled). |
| value! | String! | The actual blockchain withdrawal address. |
An ISO 8601-encoded date
An ISO 8601-encoded datetime
No matches for your search.