Plisio
Plisio

Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.

Completely Secure
73781VIEWS
2936USERS

Tools

1 of 1

Get Balance

Tool to retrieve all account balances. Use after API credentials are configured.

Get All Balances

Tool to retrieve balances for a specific cryptocurrency. Requires psys_cid (currency code).

Get Fee Plans

Tool to retrieve available fee plans for a given cryptocurrency. Specify a currency symbol like 'BTC', 'ETH' to get fee plan details.

Get Plisio Operations

Tool to retrieve a list of operations (deposits and withdrawals). Use when you need to fetch deposit and withdrawal transactions with optional filters and pagination. Example: GetOperations(currency='BTC', limit=50).

Get Plisio Transactions

Tool to retrieve a list of transactions and invoices. Use after authenticating with your API key to fetch historical operations with optional filters and pagination. Example: GetTransactions(status='paid', limit=20).

Get Plisio Withdrawals

Tool to retrieve a list of withdrawal operations. Use when you need to fetch only withdrawal operations with optional filters and pagination. Example: GetWithdrawals(status='paid', limit=20).