URL Shortener for Blockchain Community
Link shorteners work by transforming any long URL into a shorter, more readable link. When a user clicks the shortened version, they’re automatically forwarded to the destination URL. $BGO token used for voting application upgrades and changes.
To know more visit documentation for detailed information.
API Example
Sample Request
curl --header "Content-Type: application/json" \
--request POST \
--data '
{
"url":"https://opensea.io/assets/0x23581767a106ae21c074b2276d25e5c3e136a68b/2435"
}
' \
https://bgo.to/api/v1/short_url
Sample Response
{
status:success,
short_url:bgo.to/uYe7yEd
}