For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Join CommunityStart Trading
HomeOverviewDIME UtilityTradingRisk & LiquidationsVTFsParadex ChainEcosystemREST APIWebSocket APIAgentic AI HubRelease Notes
HomeOverviewDIME UtilityTradingRisk & LiquidationsVTFsParadex ChainEcosystemREST APIWebSocket APIAgentic AI HubRelease Notes
  • General Information
    • Server Location
    • Server URLs
    • Quick Start
    • Authentication
    • Rate Limits
    • Benchmarks
    • API Authentication
    • API Best Practices
  • Production API Reference
  • Testnet API Reference
  • Useful Resources
    • Paradex Github
    • Paradex CLI
    • Code Samples
    • Python SDK
    • CCXT Integration
Join CommunityStart Trading
On this page
  • Order signing benchmarks
  • Code
  • Benchmarking Results
General Information

Benchmarks

Was this page helpful?
Edit this page
Previous

API Authentication

Authenticate directly with the Paradex API
Next
Built with

Order signing benchmarks

Orders that you send to Paradex must be signed. The signature is verified both by Paradex API and during on-chain settlement to ensure that the order was created by you and was not modified.

This section provides an overview of the speed of order signature in currently implemented programming languages.

Code

  • Benchmarking code for Go, Java, Python, TypeScript
  • Rust implementation
  • C++ implementation

Benchmarking Results

LanguageSignature libSignatures / secondSignature latency (ms)
Go Go gnark-crypto14300.7
Python Rust starknet-crypto-py1825
Python C++ crypto-cpp-py8119
JavaJVM StarknetCurve1825
JavaC++ crypto-cpp8119
TypeScriptJS starknet.js5020
Rust50000.2
C++25000.4