Skip to content

OpenAPI Generated Circle API Rust Client

Notifications You must be signed in to change notification settings

ironxyz/circle-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust API client for circle-api

Circle's General, Core Functionality, Payments, Payouts, Accounts, and Crypto Payments APIs bundled into one OpenAPI Specification.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 2.12.0
  • Package version: 2.12.0
  • Generator version: 7.8.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named circle-api and add the following to Cargo.toml under [dependencies]:

circle-api = { path = "./circle-api" }

Documentation for API Endpoints

All URIs are relative to https://api-sandbox.circle.com

Class Method HTTP request Description
AddressesApi create_business_deposit_address POST /v1/businessAccount/wallets/addresses/deposit Create a deposit address
AddressesApi create_business_recipient_address POST /v1/businessAccount/wallets/addresses/recipient Create a recipient address
AddressesApi delete_business_recipient_address DELETE /v1/businessAccount/wallets/addresses/recipient/{id} Delete a recipient address
AddressesApi get_business_deposit_address GET /v1/businessAccount/wallets/addresses/deposit List all deposit addresses
AddressesApi list_business_recipient_addresses GET /v1/businessAccount/wallets/addresses/recipient List all recipient addresses
BalancesApi list_balances GET /v1/balances List all balances
BalancesApi list_business_balances GET /v1/businessAccount/balances List all balances
CbitApi create_business_cbit_account POST /v1/businessAccount/banks/cbit Create a CBIT bank account
CbitApi get_business_cbit_account GET /v1/businessAccount/banks/cbit/{id} Get a CBIT bank account
CbitApi get_business_cbit_account_instructions GET /v1/businessAccount/banks/cbit/{id}/instructions Get CBIT instructions
CbitApi list_business_cbit_accounts GET /v1/businessAccount/banks/cbit List all CBIT bank accounts.
CardsApi create_card POST /v1/cards Create a card
CardsApi get_card GET /v1/cards/{id} Get a card
CardsApi list_cards GET /v1/cards List all cards
CardsApi update_card PUT /v1/cards/{id} Update a card
ChannelsApi list_channels GET /v1/channels List all channels
ChargebacksApi create_mock_chargeback POST /v1/mocks/cards/chargebacks Create a mock chargeback
ChargebacksApi get_chargeback GET /v1/chargebacks/{id} Get a chargeback
ChargebacksApi list_chargebacks GET /v1/chargebacks List all chargebacks
CheckoutSessionsApi create_checkout_session POST /v1/checkoutSessions Create a checkout session
CheckoutSessionsApi extend_checkout_session POST /v1/checkoutSessions/{id}/extend Extend a checkout session
CheckoutSessionsApi get_checkout_session GET /v1/checkoutSessions/{id} Get a checkout session
CheckoutSessionsApi list_checkout_sessions GET /v1/checkoutSessions List all checkout sessions
CryptoAddressBookApi create_address_book_recipient POST /v1/addressBook/recipients Create a recipient
CryptoAddressBookApi delete_address_book_recipient DELETE /v1/addressBook/recipients/{id} Delete a recipient
CryptoAddressBookApi get_address_book_recipient GET /v1/addressBook/recipients/{id} Get a recipient
CryptoAddressBookApi list_address_book_recipients GET /v1/addressBook/recipients List all recipients
CryptoAddressBookApi modify_address_book_recipient PATCH /v1/addressBook/recipients/{id} Modify a recipient
CryptoExchangeRatesApi get_exchange_rates GET /v1/exchange/rates/{trading-pair} Get a exchange rate
CryptoPaymentIntentsApi create_payment_intent POST /v1/paymentIntents Create a payment intent
CryptoPaymentIntentsApi expire_payment_intent POST /v1/paymentIntents/{id}/expire Expire a payment intent
CryptoPaymentIntentsApi get_payment_intent GET /v1/paymentIntents/{id} Get a payment intent
CryptoPaymentIntentsApi list_payment_intents GET /v1/paymentIntents List all payment intents
CryptoPaymentIntentsApi refund_payment_intent POST /v1/paymentIntents/{id}/refund Refund a payment intent
DepositsApi list_business_deposits GET /v1/businessAccount/deposits List all deposits
EncryptionApi get_public_key GET /v1/encryption/public Get public key
HealthApi ping GET /ping Ping
ManagementApi get_account_config GET /v1/configuration Get configuration info
PixApi create_business_pix_account POST /v1/businessAccount/banks/pix Create a PIX bank account
PixApi get_business_pix_account GET /v1/businessAccount/banks/pix/{id} Get a PIX bank account
PixApi get_business_pix_account_instructions GET /v1/businessAccount/banks/pix/{id}/instructions Get PIX instructions
PixApi list_business_pix_accounts GET /v1/businessAccount/banks/pix List all PIX bank accounts.
PaymentTokensApi create_payment_token POST /v1/paymentTokens Create a payment token
PaymentsApi cancel_payment POST /v1/payments/{id}/cancel Cancel a payment
PaymentsApi capture_payment POST /v1/payments/{id}/capture Capture a payment (BETA)
PaymentsApi create_mock_wire_payment POST /v1/mocks/payments/wire Create a mock Wire payment
PaymentsApi create_payment POST /v1/payments Create a payment
PaymentsApi exchange_rate POST /v1/exchange/quotes Fetch exchange rate
PaymentsApi get_payment GET /v1/payments/{id} Get a payment
PaymentsApi list_payments GET /v1/payments List all payments
PaymentsApi refund_payment POST /v1/payments/{id}/refund Refund a payment
PayoutsApi create_business_payout POST /v1/businessAccount/payouts Create a payout
PayoutsApi create_payout POST /v1/payouts Create a payout
PayoutsApi get_business_payout GET /v1/businessAccount/payouts/{id} Get a payout
PayoutsApi get_payout GET /v1/payouts/{id} Get a payout
PayoutsApi list_business_payouts GET /v1/businessAccount/payouts List all payouts
PayoutsApi list_net_burn_fee_daily_calculations GET /v1/fees/redemption/net/dailyReports List all NET burn daily fee calculations
PayoutsApi list_payouts GET /v1/payouts List all payouts
PullCryptoPaymentsApi create_crypto_payment POST /v1/payments/crypto Create a crypto payment
PullCryptoPaymentsApi presign GET /v1/payments/presign Get a typed message for signing
SettlementsApi get_settlement GET /v1/settlements/{id} Get a settlement
SettlementsApi list_settlements GET /v1/settlements List all settlements
StablecoinsApi list_stablecoins GET /v1/stablecoins List all stablecoins
SubscriptionsApi create_subscription POST /v1/notifications/subscriptions Create a notification subscription
SubscriptionsApi delete_subscription DELETE /v1/notifications/subscriptions/{id} Remove a notification subscription
SubscriptionsApi list_subscriptions GET /v1/notifications/subscriptions List all notification subscriptions
TransfersApi create_business_transfer POST /v1/businessAccount/transfers Create a transfer
TransfersApi create_transfer POST /v1/transfers Create a transfer
TransfersApi get_business_transfer GET /v1/businessAccount/transfers/{id} Get a transfer
TransfersApi get_transfer GET /v1/transfers/{id} Get a transfer
TransfersApi list_business_transfers GET /v1/businessAccount/transfers List all transfers
TransfersApi list_transfers GET /v1/transfers List all transfers
WalletsApi create_wallet POST /v1/wallets Create a wallet
WalletsApi generate_address POST /v1/wallets/{walletId}/addresses Create a blockchain address
WalletsApi get_wallet GET /v1/wallets/{walletId} Get a wallet
WalletsApi list_addresses GET /v1/wallets/{walletId}/addresses List all addresses
WalletsApi list_wallets GET /v1/wallets List all wallets
WiresApi create_business_wire_account POST /v1/businessAccount/banks/wires Create a Wire bank account
WiresApi get_business_wire_account GET /v1/businessAccount/banks/wires/{id} Get a Wire bank account
WiresApi get_business_wire_account_instructions GET /v1/businessAccount/banks/wires/{id}/instructions Get Wire instructions
WiresApi list_business_wire_accounts GET /v1/businessAccount/banks/wires List all Wire bank accounts

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

About

OpenAPI Generated Circle API Rust Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages