Important announcement: API v3 launch! Review the changes and update your integrations by Dec 1, 2025 before old API shutdown
API guide v3
LogoLogo
Ctrlk
Release notes
  • Welcome to Coinsbuy docs
  • Get started
    • Sign up and pass KYB verification
    • Explore the Web interface
    • Create a wallet
    • Configure security settings and access permissions
    • Set up integrations
    • Use Helpdesk to get assistance
  • User guide
    • KYB
    • Wallet management
    • Custody
    • Staking
    • Rates
    • Swaps
  • How-tos
    • Manage your profile and system
    • Manage your wallets
    • Manage your assets
  • API guide
    • API overview
    • Authentication
    • Wallet methods
    • Transfer methods
    • Deposit methods
    • Payout methods
    • Currency methods
    • Rate methods
  • API guide v2 [DEPRECATED]
    • API overview
    • Authentication
    • Wallet methods
    • Transfer methods
    • Deposit methods
    • Payout methods
    • Currency methods
    • Rate methods
  • References
    • Key terms
    • User roles
    • Transfer types
    • Currency codes
    • Block explorer list
    • Address types
    • Useful links
  • Troubleshooting
    • Error: No active account found with the given credentials
    • Error: Invalid 2FA code
    • Error: You IP is not whitelisted
    • Unresolved deposits
    • Missing deposits
    • Canceled transfers
    • Unconfirmed transfers
  • Release notes
    • Release notes
Powered by GitBook
On this page
  • UUID tools
  • HMAC tools
  • Reference information

Was this helpful?

  1. References

Useful links

UUID tools

Here you can find a list of UUID tools for the most popular programming languages:

  • JavaScript: https://www.npmjs.com/package/uuid

  • PHP: https://packagist.org/packages/ramsey/uuid

  • Java: https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html

  • Ruby: https://www.rubydoc.info/gems/uuid/2.3.8/UUID

  • Python: https://docs.python.org/3/library/uuid.html

  • C#: https://learn.microsoft.com/en-us/dotnet/api/system.guid.newguid

HMAC tools

Here you can find a list of HMAC tools for the most popular programming languages:

  • JavaScript: https://www.npmjs.com/package/crypto-js

  • PHP: https://www.php.net/manual/ru/function.hash-hmac.php

  • Python: https://docs.python.org/3/library/hmac.html

Reference information

  • JSON API Specification

  • Bitcoin Wiki

  • HMAC algorithm description

PreviousAddress typesNextError: No active account found with the given credentials

Last updated 5 days ago

Was this helpful?