đĨŗWhat's New?
Here you can find updates among Brian's new updates. Follow BrianknowsAI on X to stay always updated!
đŖ Update #5 - October 2024
New API release including the following updates:
/agent
/agent
release new
/agent
API endpoint for creating chat-like applications. Check/agent
page.
/transaction
/transaction
add Mode as supported chain
the API response now contains the parameter extracted for the prompt and the user request and error (in case of errors)
update how the
balance
action response is formattedgeneral bug fixing and minor improvements
đŖ Update #4 - August 2024
New API release including the following updates:
/transaction
/transaction
add Taiko and Starknet as supported chains
add Bungee, Avnu.fi, and Symbiosis as supported solvers
add an
approve
transaction object as the first step in thesteps
array if needed. Theapprove
transaction already considers the eventual existing allowanceremove
amountToApprove
parameter in API responsegeneral bug fixing and minor improvements
/knowledge
/knowledge
BREAKING CHANGE: changed the API response format, check /knowledge for more info
New Polygon Knowledge Box
/networks
/networks
new endpoint for checking all the availables networks in the Brian APIs and their
chainId
đŖ Update #3 - July 2024
New API release including the following updates:
/transaction
/transaction
fromAmountUsd
in the description for swap and bridge operationsnew
amountToApprove
parameter in API response. This parameter represents the eventual amount to approve before executing the requested transactioncustom error if the destination chain of a bridge is not currently supported
general bug fixing and minor improvements
đŖ Update #2 - June 2024
New API release including the following updates:
/transaction
/transaction
new chain: Blast
the token
amount
forwithdraw
operation can be a percentage of the user position too. Such as "withdraw half of my steth from lido on ethereum"the token
amount
forrepay
operation can be a percentage of the user position too. Such as "repay half of my usdc debt on aave on arbitrum"new supported actions:
AAVE actions (on on Ethereum, Optimism, Arbitrum, Polygon and Base):
borrow tokens from aave v3 . Such as "borrow 2 usdc from aave" or "borrow 5 dollars of eth from aave"
reapy debt on aave v3 . Such as "repay 2 usdc debt on aave on polygon" or "repay half of my eth debt on aave on base "
Check loan-to-value, liquidation threshold, total debt, borrowed amount, borrowable amount and other info from aave-v3
general bug fixing and minor improvements
đŖ Update #1 - May 2024
New API release including the following updates:
/transaction
/transaction
new chain: Scroll
chain extraction from the text prompt such as swap 10 usdc to dai on Base.
chainId
in the body is now an optional parameteraddress
parameter in the body can now be an ENS (.eth) domainthe token
amount
can be expressed as a number ( swap 10 usdc to dai), as a dollar amount (swap 10 dollars of eth to dai), or as a percentage of the address balance passed into the body (swap half of my usdc to dai)new supported actions:
DeFi actions:
direct deposit on Lido finance protocol
deposit to DeFi protocols using Enso solver
withdraw from DeFi protocols using Enso solver
ENS actions:
check ENS availability
check ENS expiration
ENS forward resolution
ENS reverse resolution
ENS registration cost
ENS registration and renewal
parallelization of solvers for swap and bridge, we now support Enso and LiFi for swap and bridge operations to provide an answer in case one of them fails or does not support the requested route
general bug fixing and minor improvements
Last updated