Calico API
API Reference
getCalico.com
API Reference
getCalico.com
  1. Schemas
  • Overview
    • Use Cases
    • Getting started
    • Calico Connect
  • Platform API
    • Authentication
    • OAuth
      • Authorization Callback
    • Providers
      • Add providers
      • List providers
      • Remove providers
    • Assets
      • User assets
      • Refresh asset list
    • Transactions
      • Transactions
      • Refresh transactions
  • Resources
    • Response codes
    • FAQs
  • Schemas
    • Schemas
      • OpenAPIIntegrationResponse
      • CalicoErrorResponse
      • RefreshResponse
      • CryptoSourceId
      • OpenAPIAssetPosition
      • CryptoSourceCredentialAuthType
      • Add Crypto Source
      • Add Crypto Source Response
      • CryptoSourceDescriptor
      • OpenAPIDeleteCryptoSourceRequest
      • number
      • OpenAPIGetConsentURLForThirdPartyResponse
      • TransactionType
      • OpenAPITransactionCategorization
      • OpenAPIFeeItem
      • OpenAPIFeeObject
      • OpenAPICurrencyValue
      • Input only transactions
      • Transactions data
      • Send transaction data
      • Output only transaction data
      • Receive transaction data
      • Transactions with input and output
      • Uncategorized transaction data
API Reference
getCalico.com
API Reference
getCalico.com
  1. Schemas

OpenAPISendTransaction(Send transaction data)

{
    "crypto_source_transaction_id": "string",
    "timestamp": 0,
    "crypto_source_id": "coinbase",
    "transaction_type": "BUY",
    "categorization": {
        "protocol_name": "string",
        "contract_type": "STAKING",
        "network_name": "string"
    },
    "fee": {
        "itemized_receipt": [
            {
                "source": "NETWORK",
                "value": "string",
                "currency": "string"
            }
        ]
    },
    "metadata": "string",
    "input": {
        "value": "string",
        "currency": "string",
        "asset_type": "NFT"
    },
    "receivers": [
        "string"
    ]
}
Built with