NAiOS IconNAiOS Logo
Volver al catálogo

Plisio

plisio

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

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (6)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get BalancePLISIO_GET_BALANCEAcción

Tool to retrieve all account balances. use after api credentials are configured.

Parámetros de entrada

  • psys_cidstringObligatorio

    Currency code to filter balances, e.g., 'BTC'

Parámetros de salida

  • dataobjectObligatorio

    Mapping of currency codes to their balance details

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Result status, e.g., 'success'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All BalancesPLISIO_GET_BALANCESAcción

Tool to retrieve balances for a specific cryptocurrency. requires psys cid (currency code).

Parámetros de entrada

  • psys_cidstringObligatorio

    Currency code to filter balances, e.g., 'BTC'

Parámetros de salida

  • dataobjectObligatorio

    Mapping of currency codes to their balance strings

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Result status, e.g., 'success'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Fee PlansPLISIO_GET_FEE_PLANSAcción

Tool to retrieve available fee plans for a given cryptocurrency. specify a currency symbol like 'btc', 'eth' to get fee plan details.

Parámetros de entrada

  • currencystringObligatorio

    Cryptocurrency symbol, e.g., 'BTC'

Parámetros de salida

  • dataobjectObligatorio

    Data object mapping plan keys to fee details

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API response status

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Plisio OperationsPLISIO_GET_OPERATIONSAcción

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).

Parámetros de entrada

  • pageinteger

    Page number (0-indexed) for pagination, must be >= 0.

  • typestringenum

    Filter by operation type: 'deposit' or 'withdraw'.

    depositwithdraw
  • limitinteger

    Number of results per page (max 100).

  • offsetinteger

    Number of records to skip for pagination, must be >= 0.

  • currencystring

    Filter by cryptocurrency code, e.g., 'BTC', 'ETH'.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Plisio TransactionsPLISIO_GET_TRANSACTIONSAcción

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).

Parámetros de entrada

  • tointeger

    End date as UNIX timestamp (inclusive)

  • pageinteger

    Page number (0-indexed)

  • typestringenum

    Filter by operation type (withdraw, invoice, mass_withdraw)

    withdrawinvoicemass_withdraw
  • limitinteger

    Number of results per page (max 100)

  • sinceinteger

    Start date as UNIX timestamp (inclusive)

  • statusstringenum

    Filter by operation status (pending, paid, cancelled, error, expired, processing)

    pendingpaidcancellederrorexpiredprocessing
  • currencystring

    Filter by cryptocurrency code, e.g., 'BTC'

  • order_idstring

    Filter by your own order ID

  • order_namestring

    Filter by your own order name

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Plisio WithdrawalsPLISIO_GET_WITHDRAWALSAcción

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).

Parámetros de entrada

  • tointeger

    End timestamp as UNIX epoch (inclusive)

  • pageinteger

    Page number (0-indexed)

  • limitinteger

    Number of results per page (max 100)

  • sinceinteger

    Start timestamp as UNIX epoch (inclusive)

  • statusstringenum

    Filter by withdrawal status (pending, paid, cancelled, error, expired, processing)

    pendingpaidcancellederrorexpiredprocessing
  • currencystring

    Filter by cryptocurrency code, e.g., 'BTC'

  • wallet_hashstring

    Filter by specific wallet hash

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not